Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 CONSOLE WARNING: Cache.match() does not support 'ignoreSearch' option yet. See h ttp://crbug.com/520784 | 1 CONSOLE WARNING: Cache.match() does not support 'ignoreSearch' option yet. See h ttp://crbug.com/520784 |
| 2 CONSOLE WARNING: Cache.match() does not support 'ignoreSearch' option yet. See h ttp://crbug.com/520784 | 2 CONSOLE WARNING: Cache.match() does not support 'ignoreSearch' option yet. See h ttp://crbug.com/520784 |
|
nhiroki
2016/01/18 04:29:59
Could you show these warning messages only when th
zino
2016/01/19 13:46:38
Done.
| |
| 3 CONSOLE WARNING: Cache.match() does not support 'ignoreVary' option yet. See htt p://crbug.com/499216 | 3 CONSOLE WARNING: Cache.match() does not support 'ignoreVary' option yet. See htt p://crbug.com/499216 |
| 4 This is a testharness.js-based test. | 4 This is a testharness.js-based test. |
| 5 PASS Cache.matchAll with no matching entries | 5 PASS Cache.matchAll with no matching entries |
| 6 PASS Cache.matchAll with URL | 6 PASS Cache.matchAll with URL |
| 7 PASS Cache.matchAll with Request | 7 PASS Cache.matchAll with Request |
| 8 PASS Cache.matchAll with new Request | 8 PASS Cache.matchAll with new Request |
| 9 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 | 9 PASS Cache.matchAll with ignoreSearch option (request with no search parameters) |
| 10 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 | 10 PASS Cache.matchAll with ignoreSearch option (request with search parameters) |
| 11 PASS Cache.matchAll with URL containing fragment | 11 PASS Cache.matchAll with URL containing fragment |
| 12 PASS Cache.matchAll with string fragment "http" as query | 12 PASS Cache.matchAll with string fragment "http" as query |
| 13 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 | 13 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 |
| 14 FAIL Cache.matchAll with "ignoreVary" parameter assert_equals: Cache.matchAll sh ould honor "ignoreVary" parameter. expected 3 but got 1 | 14 FAIL Cache.matchAll with "ignoreVary" parameter assert_equals: Cache.matchAll sh ould honor "ignoreVary" parameter. expected 3 but got 1 |
| 15 Harness: the test ran to completion. | 15 Harness: the test ran to completion. |
| 16 | 16 |
| OLD | NEW |