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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/service-workers/cache-storage/serviceworker/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, 9 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/external/wpt/service-workers/cache-storage/serviceworker/cache-add.https-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/service-workers/cache-storage/serviceworker/cache-add.https-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/service-workers/cache-storage/serviceworker/cache-add.https-expected.txt
index 7c119fd0cf600b3fa66663fcc5eee68372b272e8..9fd4e9d53cd9da6179d826a3c3f9ccdada958e7c 100644
--- a/third_party/WebKit/LayoutTests/external/wpt/service-workers/cache-storage/serviceworker/cache-add.https-expected.txt
+++ b/third_party/WebKit/LayoutTests/external/wpt/service-workers/cache-storage/serviceworker/cache-add.https-expected.txt
@@ -1,5 +1,4 @@
This is a testharness.js-based test.
-Harness Error. harness_status.status = 1 , harness_status.message = Partial response (status code 206) is unsupported
PASS Cache.add and Cache.addAll
PASS Cache.add called with no arguments
PASS Cache.add called with relative URL specified as a string
@@ -8,8 +7,8 @@ PASS Cache.add called with Request object
PASS Cache.add called with POST request
PASS Cache.add called twice with the same Request object
PASS Cache.add with request with null body (not consumed)
-FAIL Cache.add with 206 response promise_test: Unhandled rejection with value: object "ReferenceError: assert_promise_rejects is not defined"
-FAIL Cache.addAll with 206 response promise_test: Unhandled rejection with value: object "TypeError: test.unreached_func is not a function"
+PASS Cache.add with 206 response
+PASS Cache.addAll with 206 response
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.addAll with no arguments

Powered by Google App Engine
This is Rietveld 408576698