| Index: LayoutTests/http/tests/fetch/workers/response-content-other-https.html
|
| diff --git a/LayoutTests/http/tests/fetch/workers/fetch-base-https-other-https.html b/LayoutTests/http/tests/fetch/workers/response-content-other-https.html
|
| similarity index 87%
|
| copy from LayoutTests/http/tests/fetch/workers/fetch-base-https-other-https.html
|
| copy to LayoutTests/http/tests/fetch/workers/response-content-other-https.html
|
| index 87def2abd76d41d56298a2c26bbfead16811efe9..afd9b1d517fbd1eb60c78b1d07693bb4c4c18dfb 100644
|
| --- a/LayoutTests/http/tests/fetch/workers/fetch-base-https-other-https.html
|
| +++ b/LayoutTests/http/tests/fetch/workers/response-content-other-https.html
|
| @@ -9,7 +9,7 @@
|
| <script>
|
| function start(t) {
|
| fetch_tests_from_worker(
|
| - new Worker('../script-tests/fetch.js?-base-https-other-https'));
|
| + new Worker('../script-tests/response-content.js?-other-https'));
|
| t.done();
|
| }
|
| function init() {
|
|
|