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

Unified Diff: LayoutTests/http/tests/serviceworker/fetch-cache-override.html

Issue 580023002: [Fetch API] Add tests of 304 handling for fetch() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
« no previous file with comments | « no previous file | LayoutTests/http/tests/serviceworker/resources/fetch-cache-override-worker.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/serviceworker/fetch-cache-override.html
diff --git a/LayoutTests/http/tests/serviceworker/request.html b/LayoutTests/http/tests/serviceworker/fetch-cache-override.html
similarity index 61%
copy from LayoutTests/http/tests/serviceworker/request.html
copy to LayoutTests/http/tests/serviceworker/fetch-cache-override.html
index 10a4ab01e3cf6a6916e7dd0d3fe08050d6000f4d..af1af4b62d27de6ffd0231e57baa2d67cf70b443 100644
--- a/LayoutTests/http/tests/serviceworker/request.html
+++ b/LayoutTests/http/tests/serviceworker/fetch-cache-override.html
@@ -1,12 +1,12 @@
<!DOCTYPE html>
-<title>Service Worker: Request</title>
+<title>Service Worker: 304 handling for fetch()</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/request-worker.js',
- 'Request in ServiceWorkerGlobalScope');
+ 'resources/fetch-cache-override-worker.js',
+ '304 handling for fetch()');
</script>
« no previous file with comments | « no previous file | LayoutTests/http/tests/serviceworker/resources/fetch-cache-override-worker.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698