Index: LayoutTests/http/tests/fetch/script-tests/thorough/auth.js |
diff --git a/LayoutTests/http/tests/fetch/script-tests/fetch-access-control-auth.js b/LayoutTests/http/tests/fetch/script-tests/thorough/auth.js |
similarity index 98% |
rename from LayoutTests/http/tests/fetch/script-tests/fetch-access-control-auth.js |
rename to LayoutTests/http/tests/fetch/script-tests/thorough/auth.js |
index 04af2547d904645d31db102301f8e0885aea56b4..825750d368d3a2d4e056add867f95712a69dc8d7 100644 |
--- a/LayoutTests/http/tests/fetch/script-tests/fetch-access-control-auth.js |
+++ b/LayoutTests/http/tests/fetch/script-tests/thorough/auth.js |
@@ -1,6 +1,6 @@ |
if (self.importScripts) { |
- importScripts('../resources/fetch-test-helpers.js'); |
- importScripts('../resources/fetch-access-control-util.js'); |
+ importScripts('/fetch/resources/fetch-test-helpers.js'); |
+ importScripts('/fetch/resources/thorough-util.js'); |
} |
var TEST_TARGETS = [ |