| Index: LayoutTests/http/tests/cachestorage/worker/cache-matchAll-expected.txt
|
| diff --git a/LayoutTests/http/tests/cachestorage/window/cache-match-expected.txt b/LayoutTests/http/tests/cachestorage/worker/cache-matchAll-expected.txt
|
| similarity index 54%
|
| copy from LayoutTests/http/tests/cachestorage/window/cache-match-expected.txt
|
| copy to LayoutTests/http/tests/cachestorage/worker/cache-matchAll-expected.txt
|
| index d256fb4692504cf8f3335838d25a6ff9eba0da1b..c61ac7997d0a921c32db2f7b4e0c0e1fe940336a 100644
|
| --- a/LayoutTests/http/tests/cachestorage/window/cache-match-expected.txt
|
| +++ b/LayoutTests/http/tests/cachestorage/worker/cache-matchAll-expected.txt
|
| @@ -1,29 +1,14 @@
|
| This is a testharness.js-based test.
|
| PASS Cache.matchAll with no matching entries
|
| -PASS Cache.match with no matching entries
|
| PASS Cache.matchAll with URL
|
| -PASS Cache.match with URL
|
| PASS Cache.matchAll with Request
|
| -PASS Cache.match with Request
|
| PASS Cache.matchAll with new Request
|
| -PASS Cache.match with new Request
|
| FAIL Cache.matchAll with ignoreSearch option (request with no search parameters) assert_equals: Cache.matchAll with ignoreSearch should ignore the search parameters of cached request. expected 2 but got 1
|
| -PASS Cache.match with ignoreSearch option (request with no search parameters)
|
| FAIL Cache.matchAll with ignoreSearch option (request with search parameter) assert_equals: Cache.matchAll with ignoreSearch should ignore the search parameters of request. expected 2 but got 1
|
| -PASS Cache.match with ignoreSearch option (request with search parameter)
|
| PASS Cache.matchAll with URL containing fragment
|
| -PASS Cache.match with URL containing fragment
|
| PASS Cache.matchAll with string fragment "http" as query
|
| -PASS Cache.match with string fragment "http" as query
|
| PASS Cache.matchAll with URL containing credentials
|
| -PASS Cache.match 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.match with responses containing "Vary" header assert_true: Cache.match should honor "Vary" header. expected true got false
|
| FAIL Cache.matchAll with "ignoreVary" parameter assert_equals: Cache.matchAll should honor "ignoreVary" parameter. expected 4 but got 0
|
| -PASS Cache.match with Request and Response objects with different URLs
|
| -PASS Cache.match invoked multiple times for the same Request/Response
|
| -FAIL Cache.match with POST Request assert_equals: Cache.match should not find a match expected (undefined) undefined but got (object) object "[object Response]"
|
| -PASS Cache.match with a non-2xx Response
|
| -PASS Cache.match with a network error Response
|
| Harness: the test ran to completion.
|
|
|
|
|