Index: LayoutTests/fast/dom/HTMLScriptElement/async-onbeforeload.html |
diff --git a/LayoutTests/fast/dom/HTMLScriptElement/async-onbeforeload.html b/LayoutTests/fast/dom/HTMLScriptElement/async-onbeforeload.html |
index 187a3790fc2146f2756b0da5377b9ce20ddddcf3..b27d1498a0d3814ed29c22dcb05b7aa8a6dee2c8 100644 |
--- a/LayoutTests/fast/dom/HTMLScriptElement/async-onbeforeload.html |
+++ b/LayoutTests/fast/dom/HTMLScriptElement/async-onbeforeload.html |
@@ -10,6 +10,5 @@ Checks that async scripts fire onbeforeload immediately and that it is cancellab |
<script src="resources/shouldnotexecute.js" onbeforeload="debug('cancelled onbeforeload async'); return false;" async></script> |
<script src="resources/async.js" onbeforeload="debug('onbeforeload async'); return true;" async></script> |
<script src="data:text/javascript," onbeforeload="debug('onbeforeload external'); return true;"></script> |
-<script src="../../js/resources/js-test-post.js"></script> |
</body> |
</html> |