Index: third_party/WebKit/LayoutTests/http/tests/fetch/workers/v8-extra-body.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/fetch/workers/fetch.html b/third_party/WebKit/LayoutTests/http/tests/fetch/workers/v8-extra-body.html |
similarity index 89% |
copy from third_party/WebKit/LayoutTests/http/tests/fetch/workers/fetch.html |
copy to third_party/WebKit/LayoutTests/http/tests/fetch/workers/v8-extra-body.html |
index 67d632731974687c675f04d2c1d954fa0fac5f52..540c195b1ce709e3d91c025086dcfaf9b2685d17 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/fetch/workers/fetch.html |
+++ b/third_party/WebKit/LayoutTests/http/tests/fetch/workers/v8-extra-body.html |
@@ -9,7 +9,7 @@ |
<script> |
function start(t) { |
fetch_tests_from_worker( |
- new Worker('../script-tests/fetch.js?')); |
+ new Worker('../script-tests/v8-extra-body.js?')); |
t.done(); |
} |
function init() { |