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

Unified Diff: LayoutTests/http/tests/cachestorage/worker/cache-matchAll-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, 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/http/tests/cachestorage/worker/cache-matchAll-expected.txt
diff --git a/LayoutTests/http/tests/cachestorage/worker/cache-matchAll-expected.txt b/LayoutTests/http/tests/cachestorage/worker/cache-matchAll-expected.txt
index c61ac7997d0a921c32db2f7b4e0c0e1fe940336a..1f598e94850be072a65fc93f50bc43ee521ab64d 100644
--- a/LayoutTests/http/tests/cachestorage/worker/cache-matchAll-expected.txt
+++ b/LayoutTests/http/tests/cachestorage/worker/cache-matchAll-expected.txt
@@ -1,3 +1,6 @@
+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
« no previous file with comments | « LayoutTests/http/tests/cachestorage/worker/cache-match-expected.txt ('k') | Source/modules/cachestorage/Cache.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698