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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/fetch/api/request/request-cache-force-cache-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 RequestCache "force-cache" mode checks the cache for previously cached cont ent and avoid revalidation for stale responses with Etag and stale response asse rt_equals: expected 1 but got 2
3 FAIL RequestCache "force-cache" mode checks the cache for previously cached cont ent and avoid revalidation for stale responses with Last-Modified and stale resp onse assert_equals: expected 1 but got 2
4 PASS RequestCache "force-cache" mode checks the cache for previously cached cont ent and avoid revalidation for fresh responses with Etag and fresh response
5 PASS RequestCache "force-cache" mode checks the cache for previously cached cont ent and avoid revalidation for fresh responses with Last-Modified and fresh resp onse
6 PASS RequestCache "force-cache" mode checks the cache for previously cached cont ent and goes to the network if a cached response is not found with Etag and stal e response
7 PASS RequestCache "force-cache" mode checks the cache for previously cached cont ent and goes to the network if a cached response is not found with Last-Modified and stale response
8 PASS RequestCache "force-cache" mode checks the cache for previously cached cont ent and goes to the network if a cached response is not found with Etag and fres h response
9 PASS RequestCache "force-cache" mode checks the cache for previously cached cont ent and goes to the network if a cached response is not found with Last-Modified and fresh response
10 PASS RequestCache "force-cache" mode checks the cache for previously cached cont ent and goes to the network if a cached response would vary with Etag and stale response
11 PASS RequestCache "force-cache" mode checks the cache for previously cached cont ent and goes to the network if a cached response would vary with Last-Modified a nd stale response
12 PASS RequestCache "force-cache" mode checks the cache for previously cached cont ent and goes to the network if a cached response would vary with Etag and fresh response
13 PASS RequestCache "force-cache" mode checks the cache for previously cached cont ent and goes to the network if a cached response would vary with Last-Modified a nd fresh response
14 PASS RequestCache "force-cache" stores the response in the cache if it goes to t he network with Etag and stale response
15 PASS RequestCache "force-cache" stores the response in the cache if it goes to t he network with Last-Modified and stale response
16 PASS RequestCache "force-cache" stores the response in the cache if it goes to t he network with Etag and fresh response
17 PASS RequestCache "force-cache" stores the response in the cache if it goes to t he network with Last-Modified and fresh response
18 Harness: the test ran to completion.
19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698