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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/cachestorage/worker/cache-matchAll-expected.txt

Issue 2204683002: Cache API should not match() HEAD requests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: HEAD -> Head Created 4 years, 4 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: line 162: Cache.match() does not support 'ignoreVary' option ye t. See http://crbug.com/499216 1 CONSOLE WARNING: line 172: Cache.match() does not support 'ignoreVary' option ye t. See http://crbug.com/499216
2 This is a testharness.js-based test. 2 This is a testharness.js-based test.
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 PASS Cache.matchAll with HEAD
7 PASS Cache.matchAll with ignoreSearch option (request with no search parameters) 8 PASS Cache.matchAll with ignoreSearch option (request with no search parameters)
8 PASS Cache.matchAll with ignoreSearch option (request with search parameters) 9 PASS Cache.matchAll with ignoreSearch option (request with search parameters)
9 PASS Cache.matchAll with URL containing fragment 10 PASS Cache.matchAll with URL containing fragment
10 PASS Cache.matchAll with string fragment "http" as query 11 PASS Cache.matchAll with string fragment "http" as query
11 PASS Cache.matchAll without parameters 12 PASS Cache.matchAll without parameters
12 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
13 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
14 Harness: the test ran to completion. 15 Harness: the test ran to completion.
15 16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698