| Index: third_party/WebKit/LayoutTests/http/tests/fetch/window/v8-extra-body.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/fetch/window/headers-guard.html b/third_party/WebKit/LayoutTests/http/tests/fetch/window/v8-extra-body.html
|
| similarity index 94%
|
| copy from third_party/WebKit/LayoutTests/http/tests/fetch/window/headers-guard.html
|
| copy to third_party/WebKit/LayoutTests/http/tests/fetch/window/v8-extra-body.html
|
| index 657261f3bc871531331155e62f802c82b552c001..f5f70605a4e423b974bfbea584d77835c90cd2bd 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/fetch/window/headers-guard.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/fetch/window/v8-extra-body.html
|
| @@ -13,7 +13,7 @@
|
| <script>
|
| function start(t) {
|
| var script = document.createElement('script');
|
| - script.src = '../script-tests/headers-guard.js?';
|
| + script.src = '../script-tests/v8-extra-body.js?';
|
| script.addEventListener(
|
| 'error',
|
| function() { unreached_rejection(t); });
|
|
|