Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(426)

Side by Side Diff: LayoutTests/http/tests/cachestorage/worker/cache-match-expected.txt

Issue 1320823003: CacheStorage: Show a warning message when unsupported CacheQueryOptions are specified (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: swap arguments Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
1 This is a testharness.js-based test. 3 This is a testharness.js-based test.
2 PASS Cache.match with no matching entries 4 PASS Cache.match with no matching entries
3 PASS Cache.match with URL 5 PASS Cache.match with URL
4 PASS Cache.match with Request 6 PASS Cache.match with Request
5 PASS Cache.match with new Request 7 PASS Cache.match with new Request
6 PASS Cache.match with ignoreSearch option (request with no search parameters) 8 PASS Cache.match with ignoreSearch option (request with no search parameters)
7 PASS Cache.match with ignoreSearch option (request with search parameter) 9 PASS Cache.match with ignoreSearch option (request with search parameter)
8 PASS Cache.match with URL containing fragment 10 PASS Cache.match with URL containing fragment
9 PASS Cache.match with string fragment "http" as query 11 PASS Cache.match with string fragment "http" as query
10 PASS Cache.match with URL containing credentials 12 PASS Cache.match with URL containing credentials
11 FAIL Cache.match with responses containing "Vary" header assert_true: Cache.matc h should honor "Vary" header. expected true got false 13 FAIL Cache.match with responses containing "Vary" header assert_true: Cache.matc h should honor "Vary" header. expected true got false
12 PASS Cache.match with Request and Response objects with different URLs 14 PASS Cache.match with Request and Response objects with different URLs
13 PASS Cache.match invoked multiple times for the same Request/Response 15 PASS Cache.match invoked multiple times for the same Request/Response
14 FAIL Cache.match with POST Request assert_equals: Cache.match should not find a match expected (undefined) undefined but got (object) object "[object 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]"
15 PASS Cache.match with a non-2xx Response 17 PASS Cache.match with a non-2xx Response
16 PASS Cache.match with a network error Response 18 PASS Cache.match with a network error Response
17 Harness: the test ran to completion. 19 Harness: the test ran to completion.
18 20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698