Index: third_party/WebKit/LayoutTests/http/tests/cachestorage/window/cache-matchAll-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/http/tests/cachestorage/window/cache-matchAll-expected.txt b/third_party/WebKit/LayoutTests/http/tests/cachestorage/window/cache-matchAll-expected.txt |
index b5d627119e5bdc38d2f5a6c1bb2267cba3c62541..619debf316a628c375a9f9480ab0aaea04af5eda 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/cachestorage/window/cache-matchAll-expected.txt |
+++ b/third_party/WebKit/LayoutTests/http/tests/cachestorage/window/cache-matchAll-expected.txt |
@@ -1,13 +1,11 @@ |
-CONSOLE WARNING: Cache.match() does not support 'ignoreSearch' option yet. See http://crbug.com/520784 |
-CONSOLE WARNING: Cache.match() does not support 'ignoreSearch' option yet. See http://crbug.com/520784 |
CONSOLE WARNING: Cache.match() does not support 'ignoreVary' option yet. See http://crbug.com/499216 |
This is a testharness.js-based test. |
PASS Cache.matchAll with no matching entries |
PASS Cache.matchAll with URL |
PASS Cache.matchAll with Request |
PASS Cache.matchAll with new Request |
-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 |
-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 |
+PASS Cache.matchAll with ignoreSearch option (request with no search parameters) |
+PASS Cache.matchAll with ignoreSearch option (request with search parameters) |
PASS Cache.matchAll with URL containing fragment |
PASS Cache.matchAll with string fragment "http" as query |
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 |