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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/fetch/api/request/request-cache-only-if-cached-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 "only-if-cached" mode checks the cache for previously cached c ontent and avoids revalidation for stale responses with Etag and stale response assert_equals: expected 1 but got 2
3 FAIL RequestCache "only-if-cached" mode checks the cache for previously cached c ontent and avoids revalidation for stale responses with Last-Modified and stale response assert_equals: expected 1 but got 2
4 PASS RequestCache "only-if-cached" mode checks the cache for previously cached c ontent and avoids revalidation for fresh responses with Etag and fresh response
5 PASS RequestCache "only-if-cached" mode checks the cache for previously cached c ontent and avoids revalidation for fresh responses with Last-Modified and fresh response
6 FAIL RequestCache "only-if-cached" mode checks the cache for previously cached c ontent and does not go to the network if a cached response is not found with Eta g and fresh response assert_true: fetch should have been an error expected true got false
7 FAIL RequestCache "only-if-cached" mode checks the cache for previously cached c ontent and does not go to the network if a cached response is not found with Las t-Modified and fresh response assert_true: fetch should have been an error expec ted true got false
8 PASS RequestCache "only-if-cached" (with "same-origin") uses cached same-origin redirects to same-origin content with Etag and fresh response
9 PASS RequestCache "only-if-cached" (with "same-origin") uses cached same-origin redirects to same-origin content with Last-Modified and fresh response
10 FAIL RequestCache "only-if-cached" (with "same-origin") uses cached same-origin redirects to same-origin content with Etag and stale response assert_equals: exp ected 2 but got 4
11 FAIL RequestCache "only-if-cached" (with "same-origin") uses cached same-origin redirects to same-origin content with Last-Modified and stale response assert_eq uals: expected 2 but got 4
12 PASS RequestCache "only-if-cached" (with "same-origin") does not follow redirect s across origins and rejects with Etag and fresh response
13 PASS RequestCache "only-if-cached" (with "same-origin") does not follow redirect s across origins and rejects with Last-Modified and fresh response
14 FAIL RequestCache "only-if-cached" (with "same-origin") does not follow redirect s across origins and rejects with Etag and stale response assert_equals: expecte d 2 but got 3
15 FAIL RequestCache "only-if-cached" (with "same-origin") does not follow redirect s across origins and rejects with Last-Modified and stale response assert_equals : expected 2 but got 3
16 Harness: the test ran to completion.
17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698