Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(32)

Unified Diff: LayoutTests/fast/dom/collection-length-should-not-be-overridden.html

Issue 58533003: Move fast/js/resources files to resources. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.");

Powered by Google App Engine
This is Rietveld 408576698