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

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

Issue 1124403005: CacheStorage: Implement Cache.addAll() behind a flag (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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
(Empty)
1 This is a testharness.js-based test.
2 PASS Cache.add called with no arguments
3 PASS Cache.add called with relative URL specified as a string
4 PASS Cache.add called with non-HTTP/HTTPS URL
5 PASS Cache.add called with Request object
6 PASS Cache.add called with POST request
7 PASS Cache.add called with Request object with a used body
8 PASS Cache.add with request that results in a status of 404
9 PASS Cache.add with request that results in a status of 500
10 FAIL Cache.addAll with no arguments promise_test: Unhandled rejection with value : object "TypeError: cache.addAll is not a function"
11 FAIL Cache.addAll with a mix of valid and undefined arguments promise_test: Unha ndled rejection with value: object "TypeError: cache.addAll is not a function"
12 FAIL Cache.addAll with string URL arguments promise_test: Unhandled rejection wi th value: object "TypeError: cache.addAll is not a function"
13 FAIL Cache.addAll with Request arguments promise_test: Unhandled rejection with value: object "TypeError: cache.addAll is not a function"
14 FAIL Cache.addAll with a mix of succeeding and failing requests promise_test: Un handled rejection with value: object "TypeError: cache.addAll is not a function"
15 Harness: the test ran to completion.
16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698