OLD | NEW |
1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
2 PASS Cache.matchAll | 2 PASS Cache.matchAll |
3 PASS Cache.matchAll with no matching entries | 3 PASS Cache.matchAll with no matching entries |
4 PASS Cache.matchAll with URL | 4 PASS Cache.matchAll with URL |
5 PASS Cache.matchAll with Request | 5 PASS Cache.matchAll with Request |
6 PASS Cache.matchAll with new Request | 6 PASS Cache.matchAll with new Request |
7 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 | 7 PASS Cache.matchAll with ignoreSearch option (request with no search parameters)
|
8 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 | 8 PASS Cache.matchAll with ignoreSearch option (request with search parameters) |
9 PASS Cache.matchAll with URL containing fragment | 9 PASS Cache.matchAll with URL containing fragment |
10 PASS Cache.matchAll with string fragment "http" as query | 10 PASS Cache.matchAll with string fragment "http" as query |
11 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 | 11 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 |
12 FAIL Cache.matchAll with "ignoreVary" parameter assert_equals: Cache.matchAll sh
ould honor "ignoreVary" parameter. expected 3 but got 1 | 12 FAIL Cache.matchAll with "ignoreVary" parameter assert_equals: Cache.matchAll sh
ould honor "ignoreVary" parameter. expected 3 but got 1 |
13 Harness: the test ran to completion. | 13 Harness: the test ran to completion. |
14 | 14 |
OLD | NEW |