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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/service-workers/cache-storage/serviceworker/cache-put.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-put.https-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/service-workers/cache-storage/serviceworker/cache-put.https-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/service-workers/cache-storage/serviceworker/cache-put.https-expected.txt
deleted file mode 100644
index e4f0fbbbb38c315468dc66215ece9fc4ed97211f..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/external/wpt/service-workers/cache-storage/serviceworker/cache-put.https-expected.txt
+++ /dev/null
@@ -1,26 +0,0 @@
-This is a testharness.js-based test.
-PASS Cache.put
-PASS Cache.put called with simple Request and Response
-PASS Cache.put called with Request and Response from fetch()
-PASS Cache.put with Request without a body
-PASS Cache.put with Response without a body
-PASS Cache.put with a Response containing an empty URL
-PASS Cache.put with an empty response body
-FAIL Cache.put with 206 response promise_test: Unhandled rejection with value: object "ReferenceError: assert_promise_rejects is not defined"
-PASS Cache.put with HTTP 500 response
-PASS Cache.put called twice with matching Requests and different Responses
-PASS Cache.put called twice with request URLs that differ only by a fragment
-PASS Cache.put with a string request
-PASS Cache.put with an invalid response
-PASS Cache.put with a non-HTTP/HTTPS request
-PASS Cache.put with a relative URL
-PASS Cache.put with a non-GET request
-PASS Cache.put with a null response
-PASS Cache.put with a POST request
-PASS Cache.put with a used response body
-PASS getReader() after Cache.put
-PASS Cache.put with a VARY:* Response
-PASS Cache.put with an embedded VARY:* Response
-PASS Cache.put should store Response.redirect() correctly
-Harness: the test ran to completion.
-

Powered by Google App Engine
This is Rietveld 408576698