Index: LayoutTests/http/tests/fetch/workers/thorough/access-control.html |
diff --git a/LayoutTests/http/tests/fetch/workers/fetch-access-control-nocors.html b/LayoutTests/http/tests/fetch/workers/thorough/access-control.html |
similarity index 79% |
rename from LayoutTests/http/tests/fetch/workers/fetch-access-control-nocors.html |
rename to LayoutTests/http/tests/fetch/workers/thorough/access-control.html |
index 34125f3c2622bffe270d4d7c8f83005307835397..45387964badc9f739665a71f5d5859ce70244add 100644 |
--- a/LayoutTests/http/tests/fetch/workers/fetch-access-control-nocors.html |
+++ b/LayoutTests/http/tests/fetch/workers/thorough/access-control.html |
@@ -9,7 +9,7 @@ |
<script> |
function start(t) { |
fetch_tests_from_worker( |
- new Worker('../script-tests/fetch-access-control-nocors.js?')); |
+ new Worker('/fetch/script-tests/thorough/access-control.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> |