Index: third_party/WebKit/LayoutTests/http/tests/fetch/serviceworker/response-stream-construction.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/fetch/serviceworker/body-mixin.html b/third_party/WebKit/LayoutTests/http/tests/fetch/serviceworker/response-stream-construction.html |
similarity index 82% |
copy from third_party/WebKit/LayoutTests/http/tests/fetch/serviceworker/body-mixin.html |
copy to third_party/WebKit/LayoutTests/http/tests/fetch/serviceworker/response-stream-construction.html |
index 8205a5c690e168df37196fa9c679cffc8229b060..1297ef322d79d7163445bf09580873b7c941bb08 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/fetch/serviceworker/body-mixin.html |
+++ b/third_party/WebKit/LayoutTests/http/tests/fetch/serviceworker/response-stream-construction.html |
@@ -9,8 +9,8 @@ |
<script> |
function start(t) { |
service_worker_test( |
- '../script-tests/body-mixin.js?', |
- 'body-mixin'); |
+ '../script-tests/response-stream-construction.js?', |
+ 'response-stream-construction'); |
t.done(); |
} |
function init() { |