| Index: LayoutTests/http/tests/fetch/workers/fetch-access-control-redirect-nocors-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-other-https.html | 
| similarity index 84% | 
| 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-other-https.html | 
| index 3522ecd982653eef22526bb63ed157f046af1cb4..b45d6b78ff11946a3f03c21b99ef1a79ab9ce92c 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-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?-other-https')); | 
| t.done(); | 
| } | 
| function init(test) { | 
|  |