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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/fetch/http-cache/heuristic-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 FAIL HTTP cache reuses an unknown response with Last-Modified based upon heurist ic freshness when Cache-Control: public is present. assert_less_than: Response u sed expected a number less than 2 but got 2
3 PASS HTTP cache does not reuse an unknown response with Last-Modified based upon heuristic freshness when Cache-Control: public is not present.
4 PASS HTTP cache reuses a 200 OK response with Last-Modified based upon heuristic freshness.
5 PASS HTTP cache reuses a 203 Non-Authoritative Information response with Last-Mo dified based upon heuristic freshness.
6 FAIL HTTP cache reuses a 204 No Content response with Last-Modified based upon h euristic freshness. assert_less_than: Response used expected a number less than 2 but got 2
7 FAIL HTTP cache reuses a 404 Not Found response with Last-Modified based upon he uristic freshness. assert_less_than: Response used expected a number less than 2 but got 2
8 FAIL HTTP cache reuses a 405 Method Not Allowed response with Last-Modified base d upon heuristic freshness. assert_less_than: Response used expected a number le ss than 2 but got 2
9 PASS HTTP cache reuses a 410 Gone response with Last-Modified based upon heurist ic freshness.
10 FAIL HTTP cache reuses a 414 URI Too Long response with Last-Modified based upon heuristic freshness. assert_less_than: Response used expected a number less tha n 2 but got 2
11 FAIL HTTP cache reuses a 501 Not Implemented response with Last-Modified based u pon heuristic freshness. assert_less_than: Response used expected a number less than 2 but got 2
12 PASS HTTP cache does not use a 201 Created response with Last-Modified based upo n heuristic freshness.
13 PASS HTTP cache does not use a 202 Accepted response with Last-Modified based up on heuristic freshness.
14 PASS HTTP cache does not use a 403 Forbidden response with Last-Modified based u pon heuristic freshness.
15 PASS HTTP cache does not use a 502 Bad Gateway response with Last-Modified based upon heuristic freshness.
16 PASS HTTP cache does not use a 503 Service Unavailable response with Last-Modifi ed based upon heuristic freshness.
17 PASS HTTP cache does not use a 504 Gateway Timeout response with Last-Modified b ased upon heuristic freshness.
18 Harness: the test ran to completion.
19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698