| Index: LayoutTests/http/tests/fetch/workers/body-mixin-base-https-other-https.html
|
| diff --git a/LayoutTests/http/tests/fetch/workers/fetch-body-mixin.html b/LayoutTests/http/tests/fetch/workers/body-mixin-base-https-other-https.html
|
| similarity index 85%
|
| rename from LayoutTests/http/tests/fetch/workers/fetch-body-mixin.html
|
| rename to LayoutTests/http/tests/fetch/workers/body-mixin-base-https-other-https.html
|
| index 8ac34339ef15af1ef360ec188ca81a27250d11c7..855594bc9d8fcc529cbced64ba36f15d0938cb2a 100644
|
| --- a/LayoutTests/http/tests/fetch/workers/fetch-body-mixin.html
|
| +++ b/LayoutTests/http/tests/fetch/workers/body-mixin-base-https-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/body-mixin.js?-base-https-other-https'));
|
| t.done();
|
| }
|
| function init() {
|
|
|