Index: LayoutTests/http/tests/fetch/workers/fetch-access-control-nocors-other-https.html |
diff --git a/LayoutTests/http/tests/fetch/workers/fetch-access-control-cookie-other-https.html b/LayoutTests/http/tests/fetch/workers/fetch-access-control-nocors-other-https.html |
similarity index 88% |
copy from LayoutTests/http/tests/fetch/workers/fetch-access-control-cookie-other-https.html |
copy to LayoutTests/http/tests/fetch/workers/fetch-access-control-nocors-other-https.html |
index c41d0faab86a1eded8820e10334caafc4972dc0b..f091eb214e712fe092491f6430489a88f1e11a64 100644 |
--- a/LayoutTests/http/tests/fetch/workers/fetch-access-control-cookie-other-https.html |
+++ b/LayoutTests/http/tests/fetch/workers/fetch-access-control-nocors-other-https.html |
@@ -9,7 +9,7 @@ |
<script> |
function start(t) { |
fetch_tests_from_worker( |
- new Worker('../script-tests/fetch-access-control-cookie.js?-other-https')); |
+ new Worker('../script-tests/fetch-access-control-nocors.js?-other-https')); |
t.done(); |
} |
function init(test) { |