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..4eb86b21b6b4da4375bee8b83d006cf3df24c554 |
--- /dev/null |
+++ b/LayoutTests/http/tests/serviceworker/cache-match-expected.txt |
@@ -0,0 +1,22 @@ |
+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.match with Request containing non-empty body assert_false: Cache.match should not consume Request body. expected false got true |
+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. |
+FAIL Cache.match with Request and Response objects with different URLs assert_equals: Cache.match should reutrn a Response object that has the same properties as the stored response. :[object].url expected "http://127.0.0.1:8000/serviceworker/resources/simple.txt" but got "http://example.com/" |
+PASS Cache.match invoked multiple times for the same Request/Response |
+Harness: the test ran to completion. |
+ |