Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / cachestorage / worker / cache-match-expected.txt
blob5b422ad9203324e7178899a549ff4eb74a47ca28
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 This is a testharness.js-based test.
4 PASS Cache.match with no matching entries 
5 PASS Cache.match with URL 
6 PASS Cache.match with Request 
7 PASS Cache.match with new Request 
8 PASS Cache.match with ignoreSearch option (request with no search parameters) 
9 PASS Cache.match with ignoreSearch option (request with search parameter) 
10 PASS Cache.match with URL containing fragment 
11 PASS Cache.match with string fragment "http" as query 
12 PASS Cache.match with URL containing credentials 
13 FAIL Cache.match with responses containing "Vary" header assert_true: Cache.match should honor "Vary" header. expected true got false
14 PASS Cache.match with Request and Response objects with different URLs 
15 PASS Cache.match invoked multiple times for the same Request/Response 
16 FAIL Cache.match with POST Request assert_equals: Cache.match should not find a match expected (undefined) undefined but got (object) object "[object Response]"
17 PASS Cache.match with a non-2xx Response 
18 PASS Cache.match with a network error Response 
19 Harness: the test ran to completion.