| Index: third_party/WebKit/LayoutTests/external/wpt/service-workers/cache-storage/serviceworker/cache-matchAll.https-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/service-workers/cache-storage/serviceworker/cache-matchAll.https-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/service-workers/cache-storage/serviceworker/cache-matchAll.https-expected.txt
|
| index 018ed9afeb7c11ae97b2f3f1b6ec014d5c07580d..54610b74ffa1a2a71069437b8bf23af1ad57c96f 100644
|
| --- a/third_party/WebKit/LayoutTests/external/wpt/service-workers/cache-storage/serviceworker/cache-matchAll.https-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/service-workers/cache-storage/serviceworker/cache-matchAll.https-expected.txt
|
| @@ -6,10 +6,13 @@ PASS Cache.matchAll with Request
|
| PASS Cache.matchAll with new Request
|
| PASS Cache.matchAll with HEAD
|
| PASS Cache.matchAll with ignoreSearch option (request with no search parameters)
|
| -PASS Cache.matchAll with ignoreSearch option (request with search parameter)
|
| +PASS Cache.matchAll with ignoreSearch option (request with search parameters)
|
| +PASS Cache.matchAll supports ignoreMethod
|
| +PASS Cache.matchAll supports ignoreVary
|
| PASS Cache.matchAll with URL containing fragment
|
| PASS Cache.matchAll with string fragment "http" as query
|
| +PASS Cache.matchAll without parameters
|
| FAIL Cache.matchAll with responses containing "Vary" header assert_equals: Cache.matchAll should match the entire header if a vary header is present in both the query and cached requests. expected 1 but got 0
|
| -FAIL Cache.matchAll with "ignoreVary" parameter assert_equals: Cache.matchAll should honor "ignoreVary" parameter. expected 3 but got 1
|
| +FAIL Cache.matchAll with multiple vary pairs assert_equals: Cache.matchAll should support multiple vary request/response pairs. expected 3 but got 1
|
| Harness: the test ran to completion.
|
|
|
|
|