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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/service-workers/cache-storage/window/cache-add.https-expected.txt

Issue 2790143003: Cache Storage API tests: Fix WPT test bugs, remove redundant local copies (Closed)
Patch Set: Created 3 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
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 Harness Error. harness_status.status = 1 , harness_status.message = Partial resp onse (status code 206) is unsupported
3 PASS Cache.add called with no arguments 2 PASS Cache.add called with no arguments
4 PASS Cache.add called with relative URL specified as a string 3 PASS Cache.add called with relative URL specified as a string
5 PASS Cache.add called with non-HTTP/HTTPS URL 4 PASS Cache.add called with non-HTTP/HTTPS URL
6 PASS Cache.add called with Request object 5 PASS Cache.add called with Request object
7 PASS Cache.add called with POST request 6 PASS Cache.add called with POST request
8 PASS Cache.add called twice with the same Request object 7 PASS Cache.add called twice with the same Request object
9 PASS Cache.add with request with null body (not consumed) 8 PASS Cache.add with request with null body (not consumed)
10 FAIL Cache.add with 206 response promise_test: Unhandled rejection with value: o bject "ReferenceError: assert_promise_rejects is not defined" 9 PASS Cache.add with 206 response
11 FAIL Cache.addAll with 206 response promise_test: Unhandled rejection with value : object "TypeError: test.unreached_func is not a function" 10 PASS Cache.addAll with 206 response
12 PASS Cache.add with request that results in a status of 404 11 PASS Cache.add with request that results in a status of 404
13 PASS Cache.add with request that results in a status of 500 12 PASS Cache.add with request that results in a status of 500
14 PASS Cache.addAll with no arguments 13 PASS Cache.addAll with no arguments
15 PASS Cache.addAll with a mix of valid and undefined arguments 14 PASS Cache.addAll with a mix of valid and undefined arguments
16 PASS Cache.addAll with an empty array 15 PASS Cache.addAll with an empty array
17 PASS Cache.addAll with string URL arguments 16 PASS Cache.addAll with string URL arguments
18 PASS Cache.addAll with Request arguments 17 PASS Cache.addAll with Request arguments
19 PASS Cache.addAll with a mix of succeeding and failing requests 18 PASS Cache.addAll with a mix of succeeding and failing requests
20 FAIL Cache.addAll called with the same Request object specified twice assert_unr eached: Should have rejected: Cache.addAll should throw InvalidStateError if the same request is added twice. Reached unreachable code 19 FAIL Cache.addAll called with the same Request object specified twice assert_unr eached: Should have rejected: Cache.addAll should throw InvalidStateError if the same request is added twice. Reached unreachable code
21 Harness: the test ran to completion. 20 Harness: the test ran to completion.
22 21
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698