Index: LayoutTests/http/tests/fetch/workers/fetch-access-control-redirect-loop-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-loop-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-loop-base-https-other-https.html |
index 3522ecd982653eef22526bb63ed157f046af1cb4..49bde2ff4c1fd599349bb1df3e09687237041421 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-loop-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-loop.js?-base-https-other-https')); |
t.done(); |
} |
function init(test) { |