| Index: third_party/WebKit/LayoutTests/external/wpt/service-workers/cache-storage/window/cache-add.https-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/service-workers/cache-storage/window/cache-add.https-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/service-workers/cache-storage/window/cache-add.https-expected.txt
|
| index 170e5318e2151b9e7c5e2cc3c87e86bdfa806bd5..309462bfc8f0a69c735de1422e87364bf99061f3 100644
|
| --- a/third_party/WebKit/LayoutTests/external/wpt/service-workers/cache-storage/window/cache-add.https-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/service-workers/cache-storage/window/cache-add.https-expected.txt
|
| @@ -1,3 +1,4 @@
|
| +CONSOLE ERROR: Uncaught (in promise) TypeError: Partial response (status code 206) is unsupported
|
| This is a testharness.js-based test.
|
| PASS Cache.add called with no arguments
|
| PASS Cache.add called with relative URL specified as a string
|
| @@ -6,6 +7,8 @@ PASS Cache.add called with Request object
|
| PASS Cache.add called with POST request
|
| PASS Cache.add called twice with the same Request object
|
| PASS Cache.add with request with null body (not consumed)
|
| +FAIL Cache.add with 206 response promise_test: Unhandled rejection with value: object "ReferenceError: assert_promise_rejects is not defined"
|
| +FAIL Cache.addAll with 206 response promise_test: Unhandled rejection with value: object "TypeError: test.unreached_func is not a function"
|
| PASS Cache.add with request that results in a status of 404
|
| PASS Cache.add with request that results in a status of 500
|
| PASS Cache.addAll with no arguments
|
| @@ -14,6 +17,6 @@ PASS Cache.addAll with an empty array
|
| PASS Cache.addAll with string URL arguments
|
| PASS Cache.addAll with Request arguments
|
| PASS Cache.addAll with a mix of succeeding and failing requests
|
| -FAIL Cache.addAll called with the same Request object specified twice promise_test: Unhandled rejection with value: "assert_promise_rejects: Cache.addAll should throw InvalidStateError if the same request is added twice. Promise did not reject."
|
| +FAIL Cache.addAll called with the same Request object specified twice assert_unreached: Should have rejected: Cache.addAll should throw InvalidStateError if the same request is added twice. Reached unreachable code
|
| Harness: the test ran to completion.
|
|
|
|
|