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

Unified 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, 9 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/external/wpt/fetch/http-cache/README.md
diff --git a/third_party/WebKit/LayoutTests/external/wpt/fetch/http-cache/README.md b/third_party/WebKit/LayoutTests/external/wpt/fetch/http-cache/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..288672236c1d82b26795a6ae18aad0614782b3f5
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/external/wpt/fetch/http-cache/README.md
@@ -0,0 +1,24 @@
+## HTTP Caching Tests
+
+These tests cover HTTP-specified behaviours for caches, primarily from
+[RFC7234](http://httpwg.org/specs/rfc7234.html), but as seen through the
+lens of Fetch.
+
+A few notes:
+
+* By its nature, caching is optional; some tests expecting a response to be
+ cached might fail because the client chose not to cache it, or chose to
+ race the cache with a network request.
+
+* Likewise, some tests might fail because there is a separate document-level
+ cache that's ill-defined; see [this
+ issue](https://github.com/whatwg/fetch/issues/354).
+
+* [Partial content tests](partial.html) (a.k.a. Range requests) are not specified
+ in Fetch; tests are included here for interest only.
+
+* Some browser caches will behave differently when reloading /
+ shift-reloading, despite the `cache mode` staying the same.
+
+* At the moment, Edge doesn't appear to using HTTP caching in conjunction
+ with Fetch at all.

Powered by Google App Engine
This is Rietveld 408576698