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

Unified 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, 11 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/http/tests/serviceworker/cache-add-expected.txt
diff --git a/LayoutTests/http/tests/serviceworker/cache-add-expected.txt b/LayoutTests/http/tests/serviceworker/cache-add-expected.txt
index a536360f1ed6d9af9beddb8b2840794503f040fe..cb6938887f0c01fafdafafeaa051a6a5c0e60a6f 100644
--- a/LayoutTests/http/tests/serviceworker/cache-add-expected.txt
+++ b/LayoutTests/http/tests/serviceworker/cache-add-expected.txt
@@ -1,18 +1,18 @@
This is a testharness.js-based test.
PASS Service Worker: Cache.add and Cache.addAll
-FAIL Cache.add called with no arguments promise_test: Unhandled rejection with value: object "TypeError: undefined is not a function"
-FAIL Cache.add called with relative URL specified as a string promise_test: Unhandled rejection with value: object "TypeError: undefined is not a function"
-FAIL Cache.add called with non-HTTP/HTTPS URL promise_test: Unhandled rejection with value: object "TypeError: undefined is not a function"
-FAIL Cache.add called with Request object promise_test: Unhandled rejection with value: object "TypeError: undefined is not a function"
-FAIL Cache.add called with Request object with a used body promise_test: Unhandled rejection with value: object "TypeError: undefined is not a function"
-FAIL Cache.add called twice with the same Request object promise_test: Unhandled rejection with value: object "TypeError: undefined is not a function"
-FAIL Cache.add with request that results in a status of 404 promise_test: Unhandled rejection with value: object "TypeError: undefined is not a function"
-FAIL Cache.add with request that results in a status of 500 promise_test: Unhandled rejection with value: object "TypeError: undefined is not a function"
-FAIL Cache.addAll with no arguments promise_test: Unhandled rejection with value: object "TypeError: undefined is not a function"
-FAIL Cache.addAll with a mix of valid and undefined arguments promise_test: Unhandled rejection with value: object "TypeError: undefined is not a function"
-FAIL Cache.addAll with string URL arguments promise_test: Unhandled rejection with value: object "TypeError: undefined is not a function"
-FAIL Cache.addAll with Request arguments promise_test: Unhandled rejection with value: object "TypeError: undefined is not a function"
-FAIL Cache.addAll with a mix of succeeding and failing requests promise_test: Unhandled rejection with value: object "TypeError: undefined is not a function"
-FAIL Cache.addAll called with the same Request object specified twice promise_test: Unhandled rejection with value: object "TypeError: undefined is not a function"
+FAIL Cache.add called with no arguments promise_test: Unhandled rejection with value: object "TypeError: cache.add is not a function"
+FAIL Cache.add called with relative URL specified as a string promise_test: Unhandled rejection with value: object "TypeError: cache.add is not a function"
+FAIL Cache.add called with non-HTTP/HTTPS URL promise_test: Unhandled rejection with value: object "TypeError: cache.add is not a function"
+FAIL Cache.add called with Request object promise_test: Unhandled rejection with value: object "TypeError: cache.add is not a function"
+FAIL Cache.add called with Request object with a used body promise_test: Unhandled rejection with value: object "TypeError: cache.add is not a function"
+FAIL Cache.add called twice with the same Request object promise_test: Unhandled rejection with value: object "TypeError: cache.add is not a function"
+FAIL Cache.add with request that results in a status of 404 promise_test: Unhandled rejection with value: object "TypeError: cache.add is not a function"
+FAIL Cache.add with request that results in a status of 500 promise_test: Unhandled rejection with value: object "TypeError: cache.add is not a function"
+FAIL Cache.addAll with no arguments promise_test: Unhandled rejection with value: object "TypeError: cache.addAll is not a function"
+FAIL Cache.addAll with a mix of valid and undefined arguments promise_test: Unhandled rejection with value: object "TypeError: cache.addAll is not a function"
+FAIL Cache.addAll with string URL arguments promise_test: Unhandled rejection with value: object "TypeError: cache.addAll is not a function"
+FAIL Cache.addAll with Request arguments promise_test: Unhandled rejection with value: object "TypeError: cache.addAll is not a function"
+FAIL Cache.addAll with a mix of succeeding and failing requests promise_test: Unhandled rejection with value: object "TypeError: cache.addAll is not a function"
+FAIL Cache.addAll called with the same Request object specified twice promise_test: Unhandled rejection with value: object "TypeError: cache.addAll is not a function"
Harness: the test ran to completion.
« 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