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

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

Issue 1043213003: Remove redundant serviceworker/cache-* tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Re-add fetch-status.php, used by fetch tests in sibling dir Created 5 years, 8 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 This is a testharness.js-based test.
2 PASS Service Worker: Cache.put
3 PASS Cache.put called with simple Request and Response
4 PASS Cache.put called with Request and Response from fetch()
5 PASS Cache.put with Request without a body
6 PASS Cache.put with Response without a body
7 FAIL Cache.put with Request containing a body promise_test: Unhandled rejection with value: object "TypeError: Request method 'POST' is unsupported"
8 PASS Cache.put with a Response containing an empty URL
9 PASS Cache.put with an empty response body
10 PASS Cache.put with HTTP 500 response
11 PASS Cache.put called twice with matching Requests and different Responses
12 PASS Cache.put called twice with request URLs that differ only by a fragment
13 PASS Cache.put with request URLs containing embedded credentials
14 PASS Cache.put with a string request
15 PASS Cache.put with an invalid response
16 PASS Cache.put with a non-HTTP/HTTPS request
17 PASS Cache.put with a relative URL
18 PASS Cache.put with a non-GET request
19 PASS Cache.put with a null response
20 PASS Cache.put with a used request body
21 PASS Cache.put with a used response body
22 Harness: the test ran to completion.
23
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/serviceworker/cache-put.html ('k') | LayoutTests/http/tests/serviceworker/cache-storage.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698