tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / css / shorthand-mismatched-list-crash.html
index 976b0b0..cdceceb 100755 (executable)
@@ -2,7 +2,6 @@
 <html>
 <head>
 <title>Test for WebKit bug 31559: Crash with mismatched lists and shorthands.</title>
-<link rel="stylesheet" href="../js/resources/js-test-style.css">
 <script src="../js/resources/js-test-pre.js"></script>
 </head>
 <body>
@@ -26,8 +25,6 @@
 
   // the next line will crash
   shouldBeEqualToString("para.style.webkitTransition", "width 1s, left 1s, top");
-
-    var successfullyParsed = true;
 </script>
 <script src="../js/resources/js-test-post.js"></script>
 </body>