Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(207)

Unified Diff: LayoutTests/http/tests/serviceworker/fetch-body-mixin.html

Issue 555443002: [Fetch API] Put body members directly on Response/Request (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: incorporated yhirano's comment Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
})

Powered by Google App Engine
This is Rietveld 408576698