| Index: LayoutTests/http/tests/fetch/workers/fetch-other-https.html
|
| diff --git a/LayoutTests/http/tests/fetch/workers/fetch-body-mixin.html b/LayoutTests/http/tests/fetch/workers/fetch-other-https.html
|
| similarity index 88%
|
| rename from LayoutTests/http/tests/fetch/workers/fetch-body-mixin.html
|
| rename to LayoutTests/http/tests/fetch/workers/fetch-other-https.html
|
| index 8ac34339ef15af1ef360ec188ca81a27250d11c7..98c7e476b0a8a498f493d0f35c856954cfffad91 100644
|
| --- a/LayoutTests/http/tests/fetch/workers/fetch-body-mixin.html
|
| +++ b/LayoutTests/http/tests/fetch/workers/fetch-other-https.html
|
| @@ -9,7 +9,7 @@
|
| <script>
|
| function start(t) {
|
| fetch_tests_from_worker(
|
| - new Worker('../script-tests/fetch-body-mixin.js?'));
|
| + new Worker('../script-tests/fetch.js?-other-https'));
|
| t.done();
|
| }
|
| function init() {
|
|
|