Index: LayoutTests/http/tests/misc/script-defer.html |
diff --git a/LayoutTests/http/tests/misc/script-defer.html b/LayoutTests/http/tests/misc/script-defer.html |
index afdf98366c56dbb9929e7de9a0d886eb958f88d5..6811129a036c035e954b4f692ba291f39af34b44 100644 |
--- a/LayoutTests/http/tests/misc/script-defer.html |
+++ b/LayoutTests/http/tests/misc/script-defer.html |
@@ -2,7 +2,7 @@ |
<html> |
<head> |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
-<script src="../../js-test-resources/js-test-pre.js"></script> |
+<script src="../../js-test-resources/js-test.js"></script> |
</head> |
<body onload="debug('load')"> |
This tests for proper execution order of scripts with the defer attribute <a href="https://bugs.webkit.org/show_bug.cgi?id=20710">https://bugs.webkit.org/show_bug.cgi?id=20710</a>. |