tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / dom / Window / Location / location-override-valueOf-on-proto-using-defineGetter.html
index 0396f3b..5fa8391 100755 (executable)
@@ -1,6 +1,5 @@
 <html>
 <head>
-    <link rel="stylesheet" href="../../../js/resources/js-test-style.css">
     <script src="../../../js/resources/js-test-pre.js"></script>
     <script src="resources/location-tests-functions.js"></script>
 </head>
@@ -13,8 +12,6 @@
     var result = normalizeURL(String(window.location));
     var correctValue = normalizeURL(document.URL);
     shouldBe("result", "correctValue");
-
-    successfullyParsed = true;
 </script>
 <script src="../../../js/resources/js-test-post.js"></script>
 </body>