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

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

Issue 1032623008: Expose Cache Storage API in global window/worker scope (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update webexposed expectations Created 5 years, 8 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 | Annotate | Revision Log
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 PASS Service Worker: Cache.delete
3 PASS Cache.delete with no arguments 2 PASS Cache.delete with no arguments
4 PASS Cache.delete called with a string URL 3 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" 4 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" 5 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 6 PASS Cache.delete with a non-existent entry
8 Harness: the test ran to completion. 7 Harness: the test ran to completion.
9 8
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698