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