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

Side by Side 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, 8 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 unified diff | Download patch
OLDNEW
(Empty)
1 This is a testharness.js-based test.
2 PASS HTTP cache invalidates after a successful response from a POST
3 PASS HTTP cache does not invalidate after a failed response from an unsafe reque st
4 PASS HTTP cache invalidates after a successful response from a PUT
5 PASS HTTP cache invalidates after a successful response from a DELETE
6 FAIL HTTP cache invalidates after a successful response from an unknown method a ssert_equals: Response used expected 3 but got 1
7 FAIL HTTP cache invalidates Location URL after a successful response from a POST assert_equals: Response used expected 3 but got 1
8 PASS HTTP cache does not invalidate Location URL after a failed response from an unsafe request
9 FAIL HTTP cache invalidates Location URL after a successful response from a PUT assert_equals: Response used expected 3 but got 1
10 FAIL HTTP cache invalidates Location URL after a successful response from a DELE TE assert_equals: Response used expected 3 but got 1
11 FAIL HTTP cache invalidates Location URL after a successful response from an unk nown method assert_equals: Response used expected 3 but got 1
12 FAIL HTTP cache invalidates Content-Location URL after a successful response fro m a POST assert_equals: Response used expected 3 but got 1
13 PASS HTTP cache does not invalidate Content-Location URL after a failed response from an unsafe request
14 FAIL HTTP cache invalidates Content-Location URL after a successful response fro m a PUT assert_equals: Response used expected 3 but got 1
15 FAIL HTTP cache invalidates Content-Location URL after a successful response fro m a DELETE assert_equals: Response used expected 3 but got 1
16 FAIL HTTP cache invalidates Content-Location URL after a successful response fro m an unknown method assert_equals: Response used expected 3 but got 1
17 Harness: the test ran to completion.
18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698