Index: third_party/WebKit/LayoutTests/http/tests/cachestorage/serviceworker/cache-matchAll-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/http/tests/cachestorage/serviceworker/cache-matchAll-expected.txt b/third_party/WebKit/LayoutTests/http/tests/cachestorage/serviceworker/cache-matchAll-expected.txt |
index 8ae5c096ce122ccd2bb0628a521ab7ba8f77a358..2857b07da804b9c13207a96604bc766176b6b57e 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/cachestorage/serviceworker/cache-matchAll-expected.txt |
+++ b/third_party/WebKit/LayoutTests/http/tests/cachestorage/serviceworker/cache-matchAll-expected.txt |
@@ -4,8 +4,8 @@ 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 |