Index: LayoutTests/fast/dom/collection-length-should-not-be-overridden.html |
diff --git a/LayoutTests/fast/dom/collection-length-should-not-be-overridden.html b/LayoutTests/fast/dom/collection-length-should-not-be-overridden.html |
index aef242d9924b0a2455abe647abe311423baad440..ff8ca404a4404d0b1b71aed1f72f3a5d8cdbdf74 100644 |
--- a/LayoutTests/fast/dom/collection-length-should-not-be-overridden.html |
+++ b/LayoutTests/fast/dom/collection-length-should-not-be-overridden.html |
@@ -28,7 +28,7 @@ documentAll5 = document.all[5]; |
documentAll6 = document.all[6]; |
</script> |
-<script src="../js/resources/js-test-pre.js"></script> |
+<script src="../../resources/js-test.js"></script> |
<script> |
description("This test ensures the builtin length property of HTMLCollection's subclasses is not overridden by a named getter of the same name."); |