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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/fetch/http-cache/vary-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 reuses Vary response when request matches.
3 PASS HTTP cache doesn't use Vary response when request doesn't match.
4 PASS HTTP cache doesn't use Vary response when request omits variant header.
5 FAIL HTTP cache doesn't invalidate existing Vary response. assert_less_than: Res ponse used expected a number less than 3 but got 3
6 PASS HTTP cache doesn't pay attention to headers not listed in Vary.
7 PASS HTTP cache reuses two-way Vary response when request matches.
8 PASS HTTP cache doesn't use two-way Vary response when request doesn't match.
9 PASS HTTP cache doesn't use two-way Vary response when request omits variant hea der.
10 PASS HTTP cache reuses three-way Vary response when request matches.
11 PASS HTTP cache doesn't use three-way Vary response when request doesn't match.
12 PASS HTTP cache doesn't use three-way Vary response when request omits variant h eader.
13 Harness: the test ran to completion.
14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698