Index: LayoutTests/http/tests/fetch/serviceworker/fetch-access-control-redirect-loop-base-https-other-https.html |
diff --git a/LayoutTests/http/tests/fetch/serviceworker/fetch-access-control-auth-base-https-other-https.html b/LayoutTests/http/tests/fetch/serviceworker/fetch-access-control-redirect-loop-base-https-other-https.html |
similarity index 79% |
copy from LayoutTests/http/tests/fetch/serviceworker/fetch-access-control-auth-base-https-other-https.html |
copy to LayoutTests/http/tests/fetch/serviceworker/fetch-access-control-redirect-loop-base-https-other-https.html |
index 11a219849d3fe5e83bdeca11973115f4b940d6d1..05126c2494b717be3a62d49af660ba9fb413b5bf 100644 |
--- a/LayoutTests/http/tests/fetch/serviceworker/fetch-access-control-auth-base-https-other-https.html |
+++ b/LayoutTests/http/tests/fetch/serviceworker/fetch-access-control-redirect-loop-base-https-other-https.html |
@@ -9,8 +9,8 @@ |
<script> |
function start(t) { |
service_worker_test( |
- '../script-tests/fetch-access-control-auth.js?-base-https-other-https', |
- 'fetch-access-control-auth'); |
+ '../script-tests/fetch-access-control-redirect-loop.js?-base-https-other-https', |
+ 'fetch-access-control-redirect-loop'); |
t.done(); |
} |
function init(test) { |