OLD | NEW |
1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
2 PASS Cache.match and Cache.matchAll | 2 PASS Cache.match and Cache.matchAll |
3 FAIL Cache.matchAll with no matching entries promise_test: Unhandled rejection w
ith value: object "NotSupportedError: Method is not implemented." | 3 PASS Cache.matchAll with no matching entries |
4 PASS Cache.match with no matching entries | 4 PASS Cache.match with no matching entries |
5 FAIL Cache.matchAll with URL promise_test: Unhandled rejection with value: objec
t "NotSupportedError: Method is not implemented." | 5 PASS Cache.matchAll with URL |
6 PASS Cache.match with URL | 6 PASS Cache.match with URL |
7 FAIL Cache.matchAll with Request promise_test: Unhandled rejection with value: o
bject "NotSupportedError: Method is not implemented." | 7 PASS Cache.matchAll with Request |
8 PASS Cache.match with Request | 8 PASS Cache.match with Request |
9 FAIL Cache.matchAll with new Request promise_test: Unhandled rejection with valu
e: object "NotSupportedError: Method is not implemented." | 9 PASS Cache.matchAll with new Request |
10 PASS Cache.match with new Request | 10 PASS Cache.match with new Request |
11 FAIL Cache.matchAll with ignoreSearch option (request with no search parameters)
promise_test: Unhandled rejection with value: object "NotSupportedError: Method
is not implemented." | 11 FAIL Cache.matchAll with ignoreSearch option (request with no search parameters)
assert_equals: Cache.matchAll with ignoreSearch should ignore the search parame
ters of cached request. expected 2 but got 1 |
12 PASS Cache.match with ignoreSearch option (request with no search parameters) | 12 PASS Cache.match with ignoreSearch option (request with no search parameters) |
13 FAIL Cache.matchAll with ignoreSearch option (request with search parameter) pro
mise_test: Unhandled rejection with value: object "NotSupportedError: Method is
not implemented." | 13 FAIL Cache.matchAll with ignoreSearch option (request with search parameter) ass
ert_equals: Cache.matchAll with ignoreSearch should ignore the search parameters
of request. expected 2 but got 1 |
14 PASS Cache.match with ignoreSearch option (request with search parameter) | 14 PASS Cache.match with ignoreSearch option (request with search parameter) |
15 FAIL Cache.matchAll with URL containing fragment promise_test: Unhandled rejecti
on with value: object "NotSupportedError: Method is not implemented." | 15 PASS Cache.matchAll with URL containing fragment |
16 PASS Cache.match with URL containing fragment | 16 PASS Cache.match with URL containing fragment |
17 FAIL Cache.matchAll with string fragment "http" as query promise_test: Unhandled
rejection with value: object "NotSupportedError: Method is not implemented." | 17 PASS Cache.matchAll with string fragment "http" as query |
18 PASS Cache.match with string fragment "http" as query | 18 PASS Cache.match with string fragment "http" as query |
19 FAIL Cache.matchAll with URL containing credentials promise_test: Unhandled reje
ction with value: object "NotSupportedError: Method is not implemented." | 19 PASS Cache.matchAll with URL containing credentials |
20 PASS Cache.match with URL containing credentials | 20 PASS Cache.match with URL containing credentials |
21 FAIL Cache.matchAll with responses containing "Vary" header promise_test: Unhand
led rejection with value: object "NotSupportedError: Method is not implemented." | 21 FAIL Cache.matchAll with responses containing "Vary" header assert_equals: Cache
.matchAll should exclude matches if a vary header is missing in the query reques
t, but is present in the cached request. expected 2 but got 0 |
22 FAIL Cache.match with responses containing "Vary" header assert_true: Cache.matc
h should honor "Vary" header. expected true got false | 22 FAIL Cache.match with responses containing "Vary" header assert_true: Cache.matc
h should honor "Vary" header. expected true got false |
23 FAIL Cache.matchAll with "ignoreVary" parameter promise_test: Unhandled rejectio
n with value: object "NotSupportedError: Method is not implemented." | 23 FAIL Cache.matchAll with "ignoreVary" parameter assert_equals: Cache.matchAll sh
ould honor "ignoreVary" parameter. expected 4 but got 0 |
24 PASS Cache.match with Request and Response objects with different URLs | 24 PASS Cache.match with Request and Response objects with different URLs |
25 PASS Cache.match invoked multiple times for the same Request/Response | 25 PASS Cache.match invoked multiple times for the same Request/Response |
26 FAIL Cache.match with POST Request assert_equals: Cache.match should not find a
match expected (undefined) undefined but got (object) object "[object Response]" | 26 FAIL Cache.match with POST Request assert_equals: Cache.match should not find a
match expected (undefined) undefined but got (object) object "[object Response]" |
27 PASS Cache.match with a non-2xx Response | 27 PASS Cache.match with a non-2xx Response |
28 PASS Cache.match with a network error Response | 28 PASS Cache.match with a network error Response |
29 Harness: the test ran to completion. | 29 Harness: the test ran to completion. |
30 | 30 |
OLD | NEW |