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 |
index c74bd4f9e923e8fb8e055d66619e8a4a96e2590b..f44f2bb7f8d5c698d20b4d79fabbae0eb38eedd6 100644 |
--- a/LayoutTests/http/tests/serviceworker/cache-match-expected.txt |
+++ b/LayoutTests/http/tests/serviceworker/cache-match-expected.txt |
@@ -3,35 +3,35 @@ PASS Service Worker: Cache.match and Cache.matchAll |
PASS Cache.match failure |
FAIL Cache.matchAll with URL undefined is not a function(stack: TypeError: undefined is not a function |
at http://127.0.0.1:8000/serviceworker/resources/cache-match-worker.js:97:18 |
- at http://127.0.0.1:8000/serviceworker/resources/cache-match-worker.js:407:20) |
+ at http://127.0.0.1:8000/serviceworker/resources/cache-match-worker.js:408:20) |
PASS Cache.match with URL |
FAIL Cache.matchAll with Request undefined is not a function(stack: TypeError: undefined is not a function |
at http://127.0.0.1:8000/serviceworker/resources/cache-match-worker.js:113:18 |
- at http://127.0.0.1:8000/serviceworker/resources/cache-match-worker.js:407:20) |
+ at http://127.0.0.1:8000/serviceworker/resources/cache-match-worker.js:408:20) |
PASS Cache.match with Request |
FAIL Cache.matchAll with new Request undefined is not a function(stack: TypeError: undefined is not a function |
at http://127.0.0.1:8000/serviceworker/resources/cache-match-worker.js:130:18 |
- at http://127.0.0.1:8000/serviceworker/resources/cache-match-worker.js:407:20) |
+ at http://127.0.0.1:8000/serviceworker/resources/cache-match-worker.js:408:20) |
PASS Cache.match with new Request |
PASS Cache.match with Request containing non-empty body |
FAIL Cache.matchAll with ignoreSearch option (request with no search parameters) undefined is not a function(stack: TypeError: undefined is not a function |
at http://127.0.0.1:8000/serviceworker/resources/cache-match-worker.js:173:18 |
- at http://127.0.0.1:8000/serviceworker/resources/cache-match-worker.js:407:20) |
+ at http://127.0.0.1:8000/serviceworker/resources/cache-match-worker.js:408:20) |
FAIL Cache.matchAll with ignoreSearch option (request with search parameter) undefined is not a function(stack: TypeError: undefined is not a function |
at http://127.0.0.1:8000/serviceworker/resources/cache-match-worker.js:190:18 |
- at http://127.0.0.1:8000/serviceworker/resources/cache-match-worker.js:407:20) |
+ at http://127.0.0.1:8000/serviceworker/resources/cache-match-worker.js:408:20) |
FAIL Cache.matchAll with request containing hash undefined is not a function(stack: TypeError: undefined is not a function |
at http://127.0.0.1:8000/serviceworker/resources/cache-match-worker.js:206:18 |
- at http://127.0.0.1:8000/serviceworker/resources/cache-match-worker.js:407:20) |
+ at http://127.0.0.1:8000/serviceworker/resources/cache-match-worker.js:408:20) |
FAIL Cache.matchAll with string fragment "http" as query undefined is not a function(stack: TypeError: undefined is not a function |
at http://127.0.0.1:8000/serviceworker/resources/cache-match-worker.js:219:18 |
- at http://127.0.0.1:8000/serviceworker/resources/cache-match-worker.js:407:20) |
+ at http://127.0.0.1:8000/serviceworker/resources/cache-match-worker.js:408:20) |
FAIL Cache.matchAll with prefixMatch option undefined is not a function(stack: TypeError: undefined is not a function |
at http://127.0.0.1:8000/serviceworker/resources/cache-match-worker.js:229:18 |
- at http://127.0.0.1:8000/serviceworker/resources/cache-match-worker.js:407:20) |
+ at http://127.0.0.1:8000/serviceworker/resources/cache-match-worker.js:408:20) |
FAIL Cache.matchAll with prefixMatch option undefined is not a function(stack: TypeError: undefined is not a function |
at http://127.0.0.1:8000/serviceworker/resources/cache-match-worker.js:244:18 |
- at http://127.0.0.1:8000/serviceworker/resources/cache-match-worker.js:407:20) |
+ at http://127.0.0.1:8000/serviceworker/resources/cache-match-worker.js:408:20) |
FAIL Cache.matchAll with responses containing "Vary" header assert_unreached: Test setup failed: Entry already exists. Reached unreachable code |
FAIL Cache.match with responses containing "Vary" header assert_unreached: Test setup failed: Entry already exists. Reached unreachable code |
FAIL Cache.matchAll with "ignoreVary" parameter assert_unreached: Test setup failed: Entry already exists. Reached unreachable code |