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

Unified Diff: LayoutTests/http/tests/serviceworker/cache-match-expected.txt

Issue 425413002: [ServiceWorker] Tests for Cache (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: CacheStorage.{create => open} Created 6 years, 2 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/serviceworker/cache-match-expected.txt
diff --git a/LayoutTests/http/tests/serviceworker/cache-match-expected.txt b/LayoutTests/http/tests/serviceworker/cache-match-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..8153a3bfc30207557ebfaf2fccfebb3ed78e4564
--- /dev/null
+++ b/LayoutTests/http/tests/serviceworker/cache-match-expected.txt
@@ -0,0 +1,19 @@
+This is a testharness.js-based test.
+PASS Service Worker: Cache.match and Cache.matchAll
+FAIL Cache.matchAll with URL Method is not implemented.
+FAIL Cache.match with URL Entry was not found.
+FAIL Cache.matchAll with Request Entry was not found.
+FAIL Cache.match with Request Entry was not found.
+FAIL Cache.matchAll with new Request Entry was not found.
+FAIL Cache.match with new Request Entry was not found.
+FAIL Cache.matchAll with ignoreSearch option (request with no search parameters) Entry was not found.
+FAIL Cache.matchAll with ignoreSearch option (request with search parameter) Entry was not found.
+FAIL Cache.matchAll with request containing hash Entry was not found.
+FAIL Cache.matchAll with string fragment 'http' as query Entry was not found.
+FAIL Cache.matchAll with prefixMatch option Entry was not found.
+FAIL Cache.matchAll with prefixMatch option Entry was not found.
+FAIL Cache.matchAll with responses containing 'Vary' header Entry already exists.
+FAIL Cache.match with responses containing 'Vary' header Entry was not found.
+FAIL Cache.matchAll with 'ignoreVary' parameter Entry was not found.
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698