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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/fetch/api/request/request-cache-reload-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 "reload" mode does not check the cache for previously cached c ontent and goes to the network regardless with Etag and stale response assert_eq uals: expected (undefined) undefined but got (string) "\"0.8193642670453274\""
3 FAIL RequestCache "reload" mode does not check the cache for previously cached c ontent and goes to the network regardless with Last-Modified and stale response assert_equals: expected (undefined) undefined but got (string) "Mon, 27 Mar 2017 11:24:51 GMT"
4 FAIL RequestCache "reload" mode does not check the cache for previously cached c ontent and goes to the network regardless with Etag and fresh response assert_eq uals: expected 2 but got 1
5 FAIL RequestCache "reload" mode does not check the cache for previously cached c ontent and goes to the network regardless with Last-Modified and fresh response assert_equals: expected 2 but got 1
6 PASS RequestCache "reload" mode does store the response in the cache with Etag a nd stale response
7 PASS RequestCache "reload" mode does store the response in the cache with Last-M odified and stale response
8 PASS RequestCache "reload" mode does store the response in the cache with Etag a nd fresh response
9 PASS RequestCache "reload" mode does store the response in the cache with Last-M odified and fresh response
10 FAIL RequestCache "reload" mode does store the response in the cache even if a p revious response is already stored with Etag and stale response assert_equals: e xpected (undefined) undefined but got (string) "\"0.8205498946141332\""
11 FAIL RequestCache "reload" mode does store the response in the cache even if a p revious response is already stored with Last-Modified and stale response assert_ equals: expected (undefined) undefined but got (string) "Mon, 27 Mar 2017 11:24: 51 GMT"
12 FAIL RequestCache "reload" mode does store the response in the cache even if a p revious response is already stored with Etag and fresh response assert_equals: e xpected 2 but got 1
13 FAIL RequestCache "reload" mode does store the response in the cache even if a p revious response is already stored with Last-Modified and fresh response assert_ equals: expected 2 but got 1
14 Harness: the test ran to completion.
15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698