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

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

Issue 927723003: Removing prefixMatch attribute of CacheQueryOptions- Blink Side (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: After rebase Created 5 years, 9 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
« no previous file with comments | « no previous file | LayoutTests/http/tests/serviceworker/cache-match-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 FAIL Cache.delete called with a Request object promise_test: Unhandled rejection with value: object "TypeError: Request method 'POST' is unsupported" 5 FAIL Cache.delete called with a Request object promise_test: Unhandled rejection with value: object "TypeError: Request method 'POST' is unsupported"
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" 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
9 PASS Cache.delete with CacheQueryOptions.* that don't match
10 Harness: the test ran to completion. 8 Harness: the test ran to completion.
11 9
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/http/tests/serviceworker/cache-match-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698