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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/service-workers/cache-storage/window/cache-match.https-expected.txt

Issue 2517743002: Import wpt@5a1f188e0536ad023936cc62f9a00617299dc192 (Closed)
Patch Set: rebased Created 4 years, 1 month 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/imported/wpt/service-workers/cache-storage/window/cache-match.https-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/service-workers/cache-storage/window/cache-match.https-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/service-workers/cache-storage/window/cache-match.https-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..e10ea5e7fdd31653f60d295ef98b32fe11a46028
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/imported/wpt/service-workers/cache-storage/window/cache-match.https-expected.txt
@@ -0,0 +1,17 @@
+This is a testharness.js-based test.
+PASS Cache.match with no matching entries
+PASS Cache.match with URL
+PASS Cache.match with Request
+PASS Cache.match with new Request
+PASS Cache.match with ignoreSearch option (request with no search parameters)
+PASS Cache.match with ignoreSearch option (request with search parameter)
+PASS Cache.match with URL containing fragment
+PASS Cache.match with string fragment "http" as query
+PASS Cache.match with responses containing "Vary" header
+FAIL Cache.match with Request and Response objects with different URLs assert_array_equals: Cache.match should return a Response object that has the same properties as the stored response. Headers differ. property 1, expected "content-type: text/plain" but got "server: BaseHTTP/0.3 Python/2.7.6"
+PASS Cache.match invoked multiple times for the same Request/Response
+PASS Cache.match with POST Request
+PASS Cache.match with a non-2xx Response
+PASS Cache.match with a network error Response
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698