Index: LayoutTests/http/tests/fetch/script-tests/thorough/cors-preflight2.js |
diff --git a/LayoutTests/http/tests/fetch/script-tests/fetch-access-control-cors-preflight2.js b/LayoutTests/http/tests/fetch/script-tests/thorough/cors-preflight2.js |
similarity index 98% |
rename from LayoutTests/http/tests/fetch/script-tests/fetch-access-control-cors-preflight2.js |
rename to LayoutTests/http/tests/fetch/script-tests/thorough/cors-preflight2.js |
index 99220f8c0a09337cb9f5e9c6c4d4b8a49034e5d8..b09bd7f85dba72c41cb6f8fc46c8340c09e2cd9b 100644 |
--- a/LayoutTests/http/tests/fetch/script-tests/fetch-access-control-cors-preflight2.js |
+++ b/LayoutTests/http/tests/fetch/script-tests/thorough/cors-preflight2.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'); |
} |
// Tests for CORS preflight fetch (non-simple methods). |