OLD | NEW |
---|---|
(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 PASS Cache.put with HTTP 500 response | |
10 PASS Cache.put called twice with matching Requests and different Responses | |
11 PASS Cache.put called twice with request URLs that differ only by a fragment | |
12 PASS Cache.put with request URLs containing embedded credentials | |
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 FAIL Cache.put with a VARY:* Response promise_test: Unhandled rejection with val ue: "assert_promise_rejects: Cache.put should reject VARY:* Responses with a Typ eError. Promise did not reject." | |
jsbell
2015/12/01 20:50:49
https://crbug.com/476814
| |
23 FAIL Cache.put with an embedded VARY:* Response promise_test: Unhandled rejectio n with value: "assert_promise_rejects: Cache.put should reject Responses with an embedded VARY:* with a TypeError. Promise did not reject." | |
24 Harness: the test ran to completion. | |
25 | |
OLD | NEW |