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