X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=LayoutTests%2Ffast%2Fjs%2Fscript-tests%2Fconstructor.js;h=28afa35fbd73f87bd7b58ea4aa0d623c348e2551;hb=b96e33af77ac7d81a666d5aa202235b793aeeb21;hp=1de98a5a1973d042e2270f1fd4e14bdae912e408;hpb=2632619e54bc9f41ccea7c574710fe213e49212d;p=framework%2Fweb%2Fwebkit-efl.git diff --git a/LayoutTests/fast/js/script-tests/constructor.js b/LayoutTests/fast/js/script-tests/constructor.js index 1de98a5..28afa35 100755 --- a/LayoutTests/fast/js/script-tests/constructor.js +++ b/LayoutTests/fast/js/script-tests/constructor.js @@ -18,5 +18,3 @@ shouldBeTrue("nodeList.constructor.prototype === window.NodeList.prototype"); var mutationEvent = document.createEvent("MutationEvent"); shouldBeTrue("mutationEvent.constructor === window.MutationEvent"); shouldBeTrue("mutationEvent.constructor.prototype.__proto__ === window.Event.prototype"); - -var successfullyParsed = true;