| OLD | NEW |
| 1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 2 PASS Cache.match with no matching entries | 2 PASS Cache.match with no matching entries |
| 3 PASS Cache.match with URL | 3 PASS Cache.match with URL |
| 4 PASS Cache.match with Request | 4 PASS Cache.match with Request |
| 5 PASS Cache.match with multiple cache hits |
| 5 PASS Cache.match with new Request | 6 PASS Cache.match with new Request |
| 6 PASS Cache.match with ignoreSearch option (request with no search parameters) | 7 PASS Cache.match with ignoreSearch option (request with no search parameters) |
| 7 PASS Cache.match with ignoreSearch option (request with search parameter) | 8 PASS Cache.match with ignoreSearch option (request with search parameter) |
| 8 PASS Cache.match with URL containing fragment | 9 PASS Cache.match with URL containing fragment |
| 9 PASS Cache.match with string fragment "http" as query | 10 PASS Cache.match with string fragment "http" as query |
| 10 PASS Cache.match with responses containing "Vary" header | 11 PASS Cache.match with responses containing "Vary" header |
| 11 PASS Cache.match with Request and Response objects with different URLs | 12 PASS Cache.match with Request and Response objects with different URLs |
| 12 PASS Cache.match invoked multiple times for the same Request/Response | 13 PASS Cache.match invoked multiple times for the same Request/Response |
| 13 PASS Cache.match blob should be sliceable | 14 PASS Cache.match blob should be sliceable |
| 14 FAIL Cache.match with POST Request assert_equals: Cache.match should not find a
match expected (undefined) undefined but got (object) object "[object Response]" | 15 FAIL Cache.match with POST Request assert_equals: Cache.match should not find a
match expected (undefined) undefined but got (object) object "[object Response]" |
| 15 PASS Cache.match with a non-2xx Response | 16 PASS Cache.match with a non-2xx Response |
| 16 PASS Cache.match with a network error Response | 17 PASS Cache.match with a network error Response |
| 17 Harness: the test ran to completion. | 18 Harness: the test ran to completion. |
| 18 | 19 |
| OLD | NEW |