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

Side by Side Diff: LayoutTests/http/tests/serviceworker/cache-put-expected.txt

Issue 708703002: Service Worker: Cache.put() consumes request/response bodies (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Use Response bodies too, but only Request bodies if non-empty Created 6 years, 1 month 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 PASS Service Worker: Cache.put 2 PASS Service Worker: Cache.put
3 PASS Cache.put called with simple Request and Response 3 PASS Cache.put called with simple Request and Response
4 PASS Cache.put called with Request and Response from fetch() 4 PASS Cache.put called with Request and Response from fetch()
5 PASS Cache.put with Request without a body
5 PASS Cache.put with Request containing a body 6 PASS Cache.put with Request containing a body
6 PASS Cache.put with a Response containing an empty URL 7 PASS Cache.put with a Response containing an empty URL
7 PASS Cache.put with an empty response body 8 PASS Cache.put with an empty response body
8 PASS Cache.put with HTTP 500 response 9 PASS Cache.put with HTTP 500 response
9 PASS Cache.put called twice with matching Requests and different Responses 10 PASS Cache.put called twice with matching Requests and different Responses
10 FAIL Cache.put called twice with request URLs that differ only by a fragment ass ert_equals: Cache.put should replace existing response with new response.: Respo nse.statusText expected "New status" but got "Old status" 11 FAIL Cache.put called twice with request URLs that differ only by a fragment ass ert_equals: Cache.put should replace existing response with new response.: Respo nse.statusText expected "New status" but got "Old status"
11 PASS Cache.put with request URLs containing embedded credentials 12 PASS Cache.put with request URLs containing embedded credentials
12 PASS Cache.put with a string request 13 PASS Cache.put with a string request
13 PASS Cache.put with an invalid response 14 PASS Cache.put with an invalid response
14 PASS Cache.put with a non-HTTP/HTTPS request 15 PASS Cache.put with a non-HTTP/HTTPS request
15 PASS Cache.put with a relative URL 16 PASS Cache.put with a relative URL
16 PASS Cache.put with a non-GET request 17 PASS Cache.put with a non-GET request
17 PASS Cache.put with an empty response 18 PASS Cache.put with an empty response
19 PASS Cache.put with a used request body
20 PASS Cache.put with a used response body
18 Harness: the test ran to completion. 21 Harness: the test ran to completion.
19 22
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698