tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / css1 / units / rounding.html
index bee6bd5..7c593c8 100755 (executable)
@@ -1,6 +1,5 @@
 <html>
 <head>
-<link rel="stylesheet" href="../../fast/js/resources/js-test-style.css"/>
 <style type="text/css">
     body, div {
         margin: 0;
@@ -40,7 +39,6 @@ var divbottom = document.getElementById("bottom").getBoundingClientRect();
 shouldBe('divtop.bottom', '31');
 shouldBe('divbottom.top', '31');
 
-successfullyParsed = true;
 </script>
 
 <script src="../../fast/js/resources/js-test-post.js"></script>