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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/cachestorage/window/cache-add-expected.txt

Issue 2204573002: Cache API should reject 206 Partial Responses (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Give addAll a working resource, to show the whole shebang fails Created 4 years, 4 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: third_party/WebKit/LayoutTests/http/tests/cachestorage/window/cache-add-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/cachestorage/window/cache-add-expected.txt b/third_party/WebKit/LayoutTests/http/tests/cachestorage/window/cache-add-expected.txt
index 2cc25db3abe14931413c0df01d43f40028446369..390c26d09762b560d8d65cf0b26b6a050ed768e5 100644
--- a/third_party/WebKit/LayoutTests/http/tests/cachestorage/window/cache-add-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/cachestorage/window/cache-add-expected.txt
@@ -8,6 +8,8 @@ PASS Cache.add called twice with the same Request object
PASS Cache.add called with Request object with a used body
PASS Cache.add with request that results in a status of 404
PASS Cache.add with request that results in a status of 500
+PASS Cache.add with request that results in a status of 206
+PASS Cache.addAll with request that results in a status of 206
PASS Cache.addAll with no arguments
PASS Cache.addAll with a mix of valid and undefined arguments
PASS Cache.addAll with an empty array

Powered by Google App Engine
This is Rietveld 408576698