Index: LayoutTests/fast/dom/HTMLScriptElement/async-inline-script.html |
diff --git a/LayoutTests/fast/dom/HTMLScriptElement/async-inline-script.html b/LayoutTests/fast/dom/HTMLScriptElement/async-inline-script.html |
index ce538dcdfc738079256622e917348a8b9825bd16..d6e28881af0917ec654f10abcd28051b5fc11a2c 100644 |
--- a/LayoutTests/fast/dom/HTMLScriptElement/async-inline-script.html |
+++ b/LayoutTests/fast/dom/HTMLScriptElement/async-inline-script.html |
@@ -1,7 +1,7 @@ |
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> |
<html> |
<head> |
-<script src="../../js/resources/js-test-pre.js"></script> |
+<script src="../../../resources/js-test.js"></script> |
</head> |
<body> |
Checks that inline scripts are not async. |