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

Unified Diff: LayoutTests/webexposed/global-constructors-listing.html

Issue 14958004: Move global-constructors-listing.html test to webexposed/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix paths to JS files Created 7 years, 7 months 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/webexposed/global-constructors-listing.html
diff --git a/LayoutTests/fast/dom/global-constructors-listing.html b/LayoutTests/webexposed/global-constructors-listing.html
similarity index 86%
rename from LayoutTests/fast/dom/global-constructors-listing.html
rename to LayoutTests/webexposed/global-constructors-listing.html
index 35a6397c3325d928087819d570bb8d5e004ec62c..19543d726da6794deb501b985e1d73e131863d1b 100644
--- a/LayoutTests/fast/dom/global-constructors-listing.html
+++ b/LayoutTests/webexposed/global-constructors-listing.html
@@ -1,6 +1,6 @@
<html>
<body>
-<script src="../js/resources/js-test-pre.js"></script>
+<script src="../fast/js/resources/js-test-pre.js"></script>
<script>
description("This test documents the Constructor properties on the global window object.");
@@ -22,6 +22,6 @@ constructorNames.sort();
for (var i = 0; i < constructorNames.length; i++)
debug(constructorNames[i]);
</script>
-<script src="../js/resources/js-test-post.js"></script>
+<script src="../fast/js/resources/js-test-post.js"></script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698