| OLD | NEW |
| (Empty) |
| 1 This is a testharness.js-based test. | |
| 2 PASS Service Worker: Cache.match and Cache.matchAll | |
| 3 FAIL Cache.matchAll with no matching entries promise_test: Unhandled rejection w
ith value: object "TypeError: cache.matchAll is not a function" | |
| 4 PASS Cache.match with no matching entries | |
| 5 FAIL Cache.matchAll with URL promise_test: Unhandled rejection with value: objec
t "TypeError: cache.matchAll is not a function" | |
| 6 PASS Cache.match with URL | |
| 7 FAIL Cache.matchAll with Request promise_test: Unhandled rejection with value: o
bject "TypeError: cache.matchAll is not a function" | |
| 8 PASS Cache.match with Request | |
| 9 FAIL Cache.matchAll with new Request promise_test: Unhandled rejection with valu
e: object "TypeError: cache.matchAll is not a function" | |
| 10 PASS Cache.match with new Request | |
| 11 FAIL Cache.match with Request containing non-empty body promise_test: Unhandled
rejection with value: object "TypeError: Request method 'POST' is unsupported" | |
| 12 FAIL Cache.matchAll with ignoreSearch option (request with no search parameters)
promise_test: Unhandled rejection with value: object "TypeError: cache.matchAll
is not a function" | |
| 13 PASS Cache.match with ignoreSearch option (request with no search parameters) | |
| 14 FAIL Cache.matchAll with ignoreSearch option (request with search parameter) pro
mise_test: Unhandled rejection with value: object "TypeError: cache.matchAll is
not a function" | |
| 15 PASS Cache.match with ignoreSearch option (request with search parameter) | |
| 16 FAIL Cache.matchAll with URL containing fragment promise_test: Unhandled rejecti
on with value: object "TypeError: cache.matchAll is not a function" | |
| 17 PASS Cache.match with URL containing fragment | |
| 18 FAIL Cache.matchAll with string fragment "http" as query promise_test: Unhandled
rejection with value: object "TypeError: cache.matchAll is not a function" | |
| 19 PASS Cache.match with string fragment "http" as query | |
| 20 FAIL Cache.matchAll with URL containing credentials promise_test: Unhandled reje
ction with value: object "TypeError: cache.matchAll is not a function" | |
| 21 PASS Cache.match with URL containing credentials | |
| 22 FAIL Cache.matchAll with responses containing "Vary" header promise_test: Unhand
led rejection with value: object "TypeError: cache.matchAll is not a function" | |
| 23 FAIL Cache.match with responses containing "Vary" header assert_true: Cache.matc
h should honor "Vary" header. expected true got false | |
| 24 FAIL Cache.matchAll with "ignoreVary" parameter promise_test: Unhandled rejectio
n with value: object "TypeError: cache.matchAll is not a function" | |
| 25 PASS Cache.match with Request and Response objects with different URLs | |
| 26 PASS Cache.match invoked multiple times for the same Request/Response | |
| 27 Harness: the test ran to completion. | |
| 28 | |
| OLD | NEW |