X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=LayoutTests%2Ffast%2Fdom%2FWindow%2FLocation%2Flocation-override-valueOf-on-proto-using-defineGetter.html;h=5fa8391eadef068d458d34f8149eb084d3200095;hb=b96e33af77ac7d81a666d5aa202235b793aeeb21;hp=0396f3bcea15a45ba049cc133ff1cca8fd9f82f6;hpb=2632619e54bc9f41ccea7c574710fe213e49212d;p=framework%2Fweb%2Fwebkit-efl.git diff --git a/LayoutTests/fast/dom/Window/Location/location-override-valueOf-on-proto-using-defineGetter.html b/LayoutTests/fast/dom/Window/Location/location-override-valueOf-on-proto-using-defineGetter.html index 0396f3b..5fa8391 100755 --- a/LayoutTests/fast/dom/Window/Location/location-override-valueOf-on-proto-using-defineGetter.html +++ b/LayoutTests/fast/dom/Window/Location/location-override-valueOf-on-proto-using-defineGetter.html @@ -1,6 +1,5 @@ - @@ -13,8 +12,6 @@ var result = normalizeURL(String(window.location)); var correctValue = normalizeURL(document.URL); shouldBe("result", "correctValue"); - - successfullyParsed = true;