| Index: LayoutTests/http/tests/serviceworker/cache-delete-expected.txt
|
| diff --git a/LayoutTests/http/tests/serviceworker/cache-delete-expected.txt b/LayoutTests/http/tests/serviceworker/cache-delete-expected.txt
|
| index ee17f39ac087d5e0d1ad56760aa436193f51b452..6bb5abc8b8f8c18c3ad9eda5a9daf9a4bd934c4c 100644
|
| --- a/LayoutTests/http/tests/serviceworker/cache-delete-expected.txt
|
| +++ b/LayoutTests/http/tests/serviceworker/cache-delete-expected.txt
|
| @@ -2,8 +2,8 @@ This is a testharness.js-based test.
|
| PASS Service Worker: Cache.delete
|
| PASS Cache.delete with no arguments
|
| PASS Cache.delete called with a string URL
|
| -PASS Cache.delete called with a Request object
|
| -PASS Cache.delete with a Request object containing used body
|
| +FAIL Cache.delete called with a Request object promise_test: Unhandled rejection with value: object "TypeError: Request method 'POST' is unsupported"
|
| +FAIL Cache.delete with a Request object containing used body promise_test: Unhandled rejection with value: object "TypeError: Request method 'POST' is unsupported"
|
| PASS Cache.delete with a non-existent entry
|
| FAIL Cache.delete with CacheQueryOptions.* assert_true: Cache.delete should resolve with "true" if an entry was successfully deleted. expected true got false
|
| PASS Cache.delete with CacheQueryOptions.* that don't match
|
|
|