Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / cachestorage / worker / cache-matchAll-expected.txt
blob1f598e94850be072a65fc93f50bc43ee521ab64d
1 CONSOLE WARNING: Cache.match() does not support 'ignoreSearch' option yet. See http://crbug.com/520784
2 CONSOLE WARNING: Cache.match() does not support 'ignoreSearch' option yet. See http://crbug.com/520784
3 CONSOLE WARNING: Cache.match() does not support 'ignoreVary' option yet. See http://crbug.com/499216
4 This is a testharness.js-based test.
5 PASS Cache.matchAll with no matching entries 
6 PASS Cache.matchAll with URL 
7 PASS Cache.matchAll with 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 parameters of cached request. expected 2 but got 1
10 FAIL Cache.matchAll with ignoreSearch option (request with search parameter) assert_equals: Cache.matchAll with ignoreSearch should ignore the search parameters of request. expected 2 but got 1
11 PASS Cache.matchAll with URL containing fragment 
12 PASS Cache.matchAll with string fragment "http" as query 
13 PASS Cache.matchAll with URL containing credentials 
14 FAIL Cache.matchAll with responses containing "Vary" header assert_equals: Cache.matchAll should exclude matches if a vary header is missing in the query request, but is present in the cached request. expected 2 but got 0
15 FAIL Cache.matchAll with "ignoreVary" parameter assert_equals: Cache.matchAll should honor "ignoreVary" parameter. expected 4 but got 0
16 Harness: the test ran to completion.