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