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> |