| Index: LayoutTests/http/tests/fetch/serviceworker/fetch-access-control-nocors-base-https-other-https.html
|
| diff --git a/LayoutTests/http/tests/fetch/serviceworker/fetch-access-control-cookie-base-https-other-https.html b/LayoutTests/http/tests/fetch/serviceworker/fetch-access-control-nocors-base-https-other-https.html
|
| similarity index 83%
|
| copy from LayoutTests/http/tests/fetch/serviceworker/fetch-access-control-cookie-base-https-other-https.html
|
| copy to LayoutTests/http/tests/fetch/serviceworker/fetch-access-control-nocors-base-https-other-https.html
|
| index c52441de5c54a585775061bba96f097217c0feff..366337f569b8dd84a3a8c1ffbabf7c869e5bcbf9 100644
|
| --- a/LayoutTests/http/tests/fetch/serviceworker/fetch-access-control-cookie-base-https-other-https.html
|
| +++ b/LayoutTests/http/tests/fetch/serviceworker/fetch-access-control-nocors-base-https-other-https.html
|
| @@ -9,8 +9,8 @@
|
| <script>
|
| function start(t) {
|
| service_worker_test(
|
| - '../script-tests/fetch-access-control-cookie.js?-base-https-other-https',
|
| - 'fetch-access-control-cookie');
|
| + '../script-tests/fetch-access-control-nocors.js?-base-https-other-https',
|
| + 'fetch-access-control-nocors');
|
| t.done();
|
| }
|
| function init(test) {
|
|
|