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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/cachestorage/window/cache-matchAll-expected.txt

Issue 1485283002: Sync Cache API tests w/ web-platform-tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 side-by-side diff with in-line comments
Download patch
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 1f598e94850be072a65fc93f50bc43ee521ab64d..aa05114f410405c347616f798fe824c729eeddfb 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
@@ -11,7 +11,7 @@ FAIL Cache.matchAll with ignoreSearch option (request with search parameter) ass
PASS Cache.matchAll with URL containing fragment
PASS Cache.matchAll with string fragment "http" as query
PASS Cache.matchAll with URL containing credentials
-FAIL Cache.matchAll with responses containing "Vary" header assert_equals: Cache.matchAll should exclude matches if a vary header is missing in the query request, but is present in the cached request. expected 2 but got 0
-FAIL Cache.matchAll with "ignoreVary" parameter assert_equals: Cache.matchAll should honor "ignoreVary" parameter. expected 4 but got 0
+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
+FAIL Cache.matchAll with "ignoreVary" parameter assert_equals: Cache.matchAll should honor "ignoreVary" parameter. expected 3 but got 1
Harness: the test ran to completion.

Powered by Google App Engine
This is Rietveld 408576698