Index: LayoutTests/http/tests/serviceworker/fetch-body-mixin.html |
diff --git a/LayoutTests/http/tests/serviceworker/fetch-body-stream.html b/LayoutTests/http/tests/serviceworker/fetch-body-mixin.html |
similarity index 92% |
rename from LayoutTests/http/tests/serviceworker/fetch-body-stream.html |
rename to LayoutTests/http/tests/serviceworker/fetch-body-mixin.html |
index de2fd37195fe7c57c89d8938d1332948eff28595..29267ab97250d898697efd5ce85b46f05cd832a3 100644 |
--- a/LayoutTests/http/tests/serviceworker/fetch-body-stream.html |
+++ b/LayoutTests/http/tests/serviceworker/fetch-body-mixin.html |
@@ -1,5 +1,5 @@ |
<!DOCTYPE html> |
-<title>Service Worker: fetch()</title> |
+<title>Service Worker: Body mixin</title> |
<script src="../resources/testharness.js"></script> |
<script src="../resources/testharnessreport.js"></script> |
<script src="resources/test-helpers.js"></script> |
@@ -7,7 +7,7 @@ |
async_test(function(t) { |
var scope = 'resources/blank.html'; |
service_worker_unregister_and_register( |
- t, 'resources/fetch-body-stream-worker.js', scope) |
+ t, 'resources/fetch-body-mixin-worker.js', scope) |
.then(function(registration) { |
return wait_for_update(t, registration); |
}) |