tizen beta release
[profile/ivi/webkit-efl.git] / LayoutTests / transforms / cssmatrix-2d-interface.xhtml
index 8f0d0b6..e39c269 100755 (executable)
@@ -1,6 +1,5 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
-<link rel="stylesheet" href="../fast/js/resources/js-test-style.css"/>
 <script src="../fast/js/resources/js-test-pre.js"></script>
 </head>
 <body>
@@ -285,7 +284,6 @@ m = new WebKitCSSMatrix("matrix(0, 0, 0, 0, 0, 0)"); // not invertible
 shouldThrow('m.inverse()');
 
 debug("");
-successfullyParsed = true;
 
 </script>
 <script src="../fast/js/resources/js-test-post.js"></script>