| Index: LayoutTests/http/tests/fetch/serviceworker/fetch-other-https.html
|
| diff --git a/LayoutTests/http/tests/fetch/serviceworker/fetch.html b/LayoutTests/http/tests/fetch/serviceworker/fetch-other-https.html
|
| similarity index 90%
|
| copy from LayoutTests/http/tests/fetch/serviceworker/fetch.html
|
| copy to LayoutTests/http/tests/fetch/serviceworker/fetch-other-https.html
|
| index 5ae49c59d12e6b34db55d5d299da1639d4d5286c..eecd35b100a93dd2d594daaa801b7006866079f9 100644
|
| --- a/LayoutTests/http/tests/fetch/serviceworker/fetch.html
|
| +++ b/LayoutTests/http/tests/fetch/serviceworker/fetch-other-https.html
|
| @@ -9,7 +9,7 @@
|
| <script>
|
| function start(t) {
|
| service_worker_test(
|
| - '../script-tests/fetch.js?',
|
| + '../script-tests/fetch.js?-other-https',
|
| 'fetch');
|
| t.done();
|
| }
|
|
|