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

Side by Side 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, 10 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 unified diff | Download patch
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 PASS Service Worker: Cache.delete 2 PASS Service Worker: Cache.delete
3 PASS Cache.delete with no arguments 3 PASS Cache.delete with no arguments
4 PASS Cache.delete called with a string URL 4 PASS Cache.delete called with a string URL
5 PASS Cache.delete called with a Request object 5 FAIL Cache.delete called with a Request object promise_test: Unhandled rejection with value: object "TypeError: Request method 'POST' is unsupported"
6 PASS Cache.delete with a Request object containing used body 6 FAIL Cache.delete with a Request object containing used body promise_test: Unhan dled rejection with value: object "TypeError: Request method 'POST' is unsupport ed"
7 PASS Cache.delete with a non-existent entry 7 PASS Cache.delete with a non-existent entry
8 FAIL Cache.delete with CacheQueryOptions.* assert_true: Cache.delete should reso lve with "true" if an entry was successfully deleted. expected true got false 8 FAIL Cache.delete with CacheQueryOptions.* assert_true: Cache.delete should reso lve with "true" if an entry was successfully deleted. expected true got false
9 PASS Cache.delete with CacheQueryOptions.* that don't match 9 PASS Cache.delete with CacheQueryOptions.* that don't match
10 Harness: the test ran to completion. 10 Harness: the test ran to completion.
11 11
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698