tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / http / tests / misc / script-async-load-execute-in-order.html
index 9c93677..23f967f 100755 (executable)
@@ -1,7 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
 <html>
 <head>
-<link rel="stylesheet" href="../../js-test-resources/js-test-style.css">
 <script src="../../js-test-resources/js-test-pre.js"></script>
 </head>
 <body onload="debug('load');finishJSTest();">
@@ -23,7 +22,6 @@ quickly_loaded_script.src = "resources/async-script.js";
 document.getElementsByTagName("head")[0].appendChild(quickly_loaded_script);
 quickly_loaded_script.async = true; // Should have no effect, becaus script has already been requested.
 
-var successfullyParsed = true;
 </script>
 <script src="../../js-test-resources/js-test-post.js"></script>
 </body>