Index: LayoutTests/fast/css/xml-lang-ignored-in-html.html |
diff --git a/LayoutTests/fast/css/xml-lang-ignored-in-html.html b/LayoutTests/fast/css/xml-lang-ignored-in-html.html |
index fc330d0c4b1bc4eb1254a283a92c1c34a5ba2e6f..173b2f240734e344b6b0032e16471885d87473f4 100644 |
--- a/LayoutTests/fast/css/xml-lang-ignored-in-html.html |
+++ b/LayoutTests/fast/css/xml-lang-ignored-in-html.html |
@@ -1,6 +1,6 @@ |
<html xmlns="http://www.w3.org/1999/xhtml"> |
<head> |
-<script src="../js/resources/js-test-pre.js"></script> |
+<script src="../../resources/js-test.js"></script> |
</head> |
<body> |
<p>This tests that the attribute in no namespace with no prefix and with the literal localname "xml:lang" is ignored in HTML. See |