Index: LayoutTests/http/tests/fetch/workers/thorough/cors.html |
diff --git a/LayoutTests/http/tests/fetch/workers/fetch-access-control.html b/LayoutTests/http/tests/fetch/workers/thorough/cors.html |
similarity index 80% |
rename from LayoutTests/http/tests/fetch/workers/fetch-access-control.html |
rename to LayoutTests/http/tests/fetch/workers/thorough/cors.html |
index 6f1b01678fabf88950d96e73cec90b5a38ba0267..07854ed5159fd1e74c5574f58a22506dd13a9a44 100644 |
--- a/LayoutTests/http/tests/fetch/workers/fetch-access-control.html |
+++ b/LayoutTests/http/tests/fetch/workers/thorough/cors.html |
@@ -9,7 +9,7 @@ |
<script> |
function start(t) { |
fetch_tests_from_worker( |
- new Worker('../script-tests/fetch-access-control.js?')); |
+ new Worker('/fetch/script-tests/thorough/cors.js?')); |
t.done(); |
} |
function init(test) { |
@@ -17,5 +17,5 @@ function init(test) { |
.then(function() {return login_https(test);}); |
} |
</script> |
-<script src = "../resources/init.js"></script> |
+<script src = "/fetch/resources/init.js"></script> |
</body> |