Index: third_party/WebKit/LayoutTests/http/tests/fetch/serviceworker/v8-extra-body.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/TEMPLATE-serviceworker.html b/third_party/WebKit/LayoutTests/http/tests/fetch/serviceworker/v8-extra-body.html |
similarity index 87% |
copy from third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/TEMPLATE-serviceworker.html |
copy to third_party/WebKit/LayoutTests/http/tests/fetch/serviceworker/v8-extra-body.html |
index 005ee94f003c81079b006a9c9966c2d8448e1536..721976c6e2e70cf7a3a1ad1246ea25b929bd97e1 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/TEMPLATE-serviceworker.html |
+++ b/third_party/WebKit/LayoutTests/http/tests/fetch/serviceworker/v8-extra-body.html |
@@ -9,8 +9,8 @@ |
<script> |
function start(t) { |
service_worker_test( |
- '../script-tests/TESTNAME.js?OPTIONS', |
- 'TESTNAME'); |
+ '../script-tests/v8-extra-body.js?', |
+ 'v8-extra-body'); |
t.done(); |
} |
function init() { |