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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/fetch/http-cache/README.md

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 ## HTTP Caching Tests
2
3 These tests cover HTTP-specified behaviours for caches, primarily from
4 [RFC7234](http://httpwg.org/specs/rfc7234.html), but as seen through the
5 lens of Fetch.
6
7 A few notes:
8
9 * By its nature, caching is optional; some tests expecting a response to be
10 cached might fail because the client chose not to cache it, or chose to
11 race the cache with a network request.
12
13 * Likewise, some tests might fail because there is a separate document-level
14 cache that's ill-defined; see [this
15 issue](https://github.com/whatwg/fetch/issues/354).
16
17 * [Partial content tests](partial.html) (a.k.a. Range requests) are not specifie d
18 in Fetch; tests are included here for interest only.
19
20 * Some browser caches will behave differently when reloading /
21 shift-reloading, despite the `cache mode` staying the same.
22
23 * At the moment, Edge doesn't appear to using HTTP caching in conjunction
24 with Fetch at all.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698