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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/fetch/http-cache/invalidate-expected.txt

Issue 2778753002: Import //fetch from Web Platform Tests. (Closed)
Patch Set: Baselines. 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/fetch/http-cache/invalidate-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/fetch/http-cache/invalidate-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/fetch/http-cache/invalidate-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..5685f4f38198ca45733789e09715e2ade7c5f299
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/external/wpt/fetch/http-cache/invalidate-expected.txt
@@ -0,0 +1,18 @@
+This is a testharness.js-based test.
+PASS HTTP cache invalidates after a successful response from a POST
+PASS HTTP cache does not invalidate after a failed response from an unsafe request
+PASS HTTP cache invalidates after a successful response from a PUT
+PASS HTTP cache invalidates after a successful response from a DELETE
+FAIL HTTP cache invalidates after a successful response from an unknown method assert_equals: Response used expected 3 but got 1
+FAIL HTTP cache invalidates Location URL after a successful response from a POST assert_equals: Response used expected 3 but got 1
+PASS HTTP cache does not invalidate Location URL after a failed response from an unsafe request
+FAIL HTTP cache invalidates Location URL after a successful response from a PUT assert_equals: Response used expected 3 but got 1
+FAIL HTTP cache invalidates Location URL after a successful response from a DELETE assert_equals: Response used expected 3 but got 1
+FAIL HTTP cache invalidates Location URL after a successful response from an unknown method assert_equals: Response used expected 3 but got 1
+FAIL HTTP cache invalidates Content-Location URL after a successful response from a POST assert_equals: Response used expected 3 but got 1
+PASS HTTP cache does not invalidate Content-Location URL after a failed response from an unsafe request
+FAIL HTTP cache invalidates Content-Location URL after a successful response from a PUT assert_equals: Response used expected 3 but got 1
+FAIL HTTP cache invalidates Content-Location URL after a successful response from a DELETE assert_equals: Response used expected 3 but got 1
+FAIL HTTP cache invalidates Content-Location URL after a successful response from an unknown method assert_equals: Response used expected 3 but got 1
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698