Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(67)

Unified Diff: LayoutTests/http/tests/serviceworker/cache-delete-expected.txt

Issue 882383002: [Fetch] Request with GET/HEAD method cannot have body (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698