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

Side by Side Diff: LayoutTests/http/tests/serviceworker/cache-add-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.add and Cache.addAll 2 PASS Service Worker: Cache.add and Cache.addAll
3 FAIL Cache.add called with no arguments promise_test: Unhandled rejection with v alue: object "TypeError: undefined is not a function" 3 FAIL Cache.add called with no arguments promise_test: Unhandled rejection with v alue: object "TypeError: cache.add is not a function"
4 FAIL Cache.add called with relative URL specified as a string promise_test: Unha ndled rejection with value: object "TypeError: undefined is not a function" 4 FAIL Cache.add called with relative URL specified as a string promise_test: Unha ndled rejection with value: object "TypeError: cache.add is not a function"
5 FAIL Cache.add called with non-HTTP/HTTPS URL promise_test: Unhandled rejection with value: object "TypeError: undefined is not a function" 5 FAIL Cache.add called with non-HTTP/HTTPS URL promise_test: Unhandled rejection with value: object "TypeError: cache.add is not a function"
6 FAIL Cache.add called with Request object promise_test: Unhandled rejection with value: object "TypeError: undefined is not a function" 6 FAIL Cache.add called with Request object promise_test: Unhandled rejection with value: object "TypeError: cache.add is not a function"
7 FAIL Cache.add called with Request object with a used body promise_test: Unhandl ed rejection with value: object "TypeError: undefined is not a function" 7 FAIL Cache.add called with Request object with a used body promise_test: Unhandl ed rejection with value: object "TypeError: cache.add is not a function"
8 FAIL Cache.add called twice with the same Request object promise_test: Unhandled rejection with value: object "TypeError: undefined is not a function" 8 FAIL Cache.add called twice with the same Request object promise_test: Unhandled rejection with value: object "TypeError: cache.add is not a function"
9 FAIL Cache.add with request that results in a status of 404 promise_test: Unhand led rejection with value: object "TypeError: undefined is not a function" 9 FAIL Cache.add with request that results in a status of 404 promise_test: Unhand led rejection with value: object "TypeError: cache.add is not a function"
10 FAIL Cache.add with request that results in a status of 500 promise_test: Unhand led rejection with value: object "TypeError: undefined is not a function" 10 FAIL Cache.add with request that results in a status of 500 promise_test: Unhand led rejection with value: object "TypeError: cache.add is not a function"
11 FAIL Cache.addAll with no arguments promise_test: Unhandled rejection with value : object "TypeError: undefined is not a function" 11 FAIL Cache.addAll with no arguments promise_test: Unhandled rejection with value : object "TypeError: cache.addAll is not a function"
12 FAIL Cache.addAll with a mix of valid and undefined arguments promise_test: Unha ndled rejection with value: object "TypeError: undefined is not a function" 12 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"
13 FAIL Cache.addAll with string URL arguments promise_test: Unhandled rejection wi th value: object "TypeError: undefined is not a function" 13 FAIL Cache.addAll with string URL arguments promise_test: Unhandled rejection wi th value: object "TypeError: cache.addAll is not a function"
14 FAIL Cache.addAll with Request arguments promise_test: Unhandled rejection with value: object "TypeError: undefined is not a function" 14 FAIL Cache.addAll with Request arguments promise_test: Unhandled rejection with value: object "TypeError: cache.addAll is not a function"
15 FAIL Cache.addAll with a mix of succeeding and failing requests promise_test: Un handled rejection with value: object "TypeError: undefined is not a function" 15 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"
16 FAIL Cache.addAll called with the same Request object specified twice promise_te st: Unhandled rejection with value: object "TypeError: undefined is not a functi on" 16 FAIL Cache.addAll called with the same Request object specified twice promise_te st: Unhandled rejection with value: object "TypeError: cache.addAll is not a fun ction"
17 Harness: the test ran to completion. 17 Harness: the test ran to completion.
18 18
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/fetch/script-tests/request.js ('k') | LayoutTests/http/tests/serviceworker/cache-delete-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698