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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/service-workers/cache-storage/serviceworker/cache-put.https-expected.txt

Issue 2790143003: Cache Storage API tests: Fix WPT test bugs, remove redundant local copies (Closed)
Patch Set: Created 3 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
OLDNEW
(Empty)
1 This is a testharness.js-based test.
2 PASS 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 PASS Cache.put with a Response containing an empty URL
8 PASS Cache.put with an empty response body
9 FAIL Cache.put with 206 response promise_test: Unhandled rejection with value: o bject "ReferenceError: assert_promise_rejects is not defined"
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 a string request
14 PASS Cache.put with an invalid response
15 PASS Cache.put with a non-HTTP/HTTPS request
16 PASS Cache.put with a relative URL
17 PASS Cache.put with a non-GET request
18 PASS Cache.put with a null response
19 PASS Cache.put with a POST request
20 PASS Cache.put with a used response body
21 PASS getReader() after Cache.put
22 PASS Cache.put with a VARY:* Response
23 PASS Cache.put with an embedded VARY:* Response
24 PASS Cache.put should store Response.redirect() correctly
25 Harness: the test ran to completion.
26
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698