| Index: third_party/WebKit/LayoutTests/http/tests/fetch/workers/v8-extra-body-base-https-other-https.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/fetch/workers/headers-guard-base-https-other-https.html b/third_party/WebKit/LayoutTests/http/tests/fetch/workers/v8-extra-body-base-https-other-https.html
|
| similarity index 87%
|
| copy from third_party/WebKit/LayoutTests/http/tests/fetch/workers/headers-guard-base-https-other-https.html
|
| copy to third_party/WebKit/LayoutTests/http/tests/fetch/workers/v8-extra-body-base-https-other-https.html
|
| index ab1fde7c6a77ade585d217015601d11d84091274..34c73b387f51691a8637a8685f4b89d5c440bd63 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/fetch/workers/headers-guard-base-https-other-https.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/fetch/workers/v8-extra-body-base-https-other-https.html
|
| @@ -9,7 +9,7 @@
|
| <script>
|
| function start(t) {
|
| fetch_tests_from_worker(
|
| - new Worker('../script-tests/headers-guard.js?-base-https-other-https'));
|
| + new Worker('../script-tests/v8-extra-body.js?-base-https-other-https'));
|
| t.done();
|
| }
|
| function init() {
|
|
|