| OLD | NEW |
| (Empty) |
| 1 This is a testharness.js-based test. | |
| 2 PASS Cache.matchAll with no matching entries | |
| 3 PASS Cache.matchAll with URL | |
| 4 PASS Cache.matchAll with Request | |
| 5 PASS Cache.matchAll with new Request | |
| 6 PASS Cache.matchAll with HEAD | |
| 7 PASS Cache.matchAll with ignoreSearch option (request with no search parameters)
| |
| 8 PASS Cache.matchAll with ignoreSearch option (request with search parameters) | |
| 9 PASS Cache.matchAll supports ignoreMethod | |
| 10 PASS Cache.matchAll supports ignoreVary | |
| 11 PASS Cache.matchAll with URL containing fragment | |
| 12 PASS Cache.matchAll with string fragment "http" as query | |
| 13 PASS Cache.matchAll without parameters | |
| 14 FAIL Cache.matchAll with responses containing "Vary" header assert_equals: Cache
.matchAll should match the entire header if a vary header is present in both the
query and cached requests. expected 1 but got 0 | |
| 15 FAIL Cache.matchAll with multiple vary pairs assert_equals: Cache.matchAll shoul
d support multiple vary request/response pairs. expected 3 but got 1 | |
| 16 Harness: the test ran to completion. | |
| 17 | |
| OLD | NEW |