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

Unified Diff: LayoutTests/http/tests/serviceworker/response-content.html

Issue 556563002: Adding ArrayBuffer support to ServiceWorker Response and tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Style fixes 2 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/response-content.html
diff --git a/LayoutTests/http/tests/serviceworker/response.html b/LayoutTests/http/tests/serviceworker/response-content.html
similarity index 60%
copy from LayoutTests/http/tests/serviceworker/response.html
copy to LayoutTests/http/tests/serviceworker/response-content.html
index 0615f99c3ebdc66bd32610dc183a83f7a34c3255..bf12bdee4383e8aa67688bb131eeb76d2cf29d17 100644
--- a/LayoutTests/http/tests/serviceworker/response.html
+++ b/LayoutTests/http/tests/serviceworker/response-content.html
@@ -1,12 +1,12 @@
<!DOCTYPE html>
-<title>Service Worker: Response</title>
+<title>Service Worker: Response Content</title>
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>
<script src="resources/test-helpers.js"></script>
<script>
service_worker_test(
- 'resources/response-worker.js',
- 'Response in ServiceWorkerGlobalScope');
+ 'resources/response-content-worker.js',
+ 'Response content in ServiceWorkerGlobalScope');
</script>
« no previous file with comments | « LayoutTests/http/tests/serviceworker/resources/response-content-worker.js ('k') | Source/modules/serviceworkers/Response.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698