Index: third_party/WebKit/LayoutTests/external/wpt/fetch/api/request/request-cache-reload-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/external/wpt/fetch/api/request/request-cache-reload-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/fetch/api/request/request-cache-reload-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..5c3c8156a9eb6ab36efd060589c0ad052df35b89 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/external/wpt/fetch/api/request/request-cache-reload-expected.txt |
@@ -0,0 +1,15 @@ |
+This is a testharness.js-based test. |
+FAIL RequestCache "reload" mode does not check the cache for previously cached content and goes to the network regardless with Etag and stale response assert_equals: expected (undefined) undefined but got (string) "\"0.8193642670453274\"" |
+FAIL RequestCache "reload" mode does not check the cache for previously cached content 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" |
+FAIL RequestCache "reload" mode does not check the cache for previously cached content and goes to the network regardless with Etag and fresh response assert_equals: expected 2 but got 1 |
+FAIL RequestCache "reload" mode does not check the cache for previously cached content and goes to the network regardless with Last-Modified and fresh response assert_equals: expected 2 but got 1 |
+PASS RequestCache "reload" mode does store the response in the cache with Etag and stale response |
+PASS RequestCache "reload" mode does store the response in the cache with Last-Modified and stale response |
+PASS RequestCache "reload" mode does store the response in the cache with Etag and fresh response |
+PASS RequestCache "reload" mode does store the response in the cache with Last-Modified and fresh response |
+FAIL RequestCache "reload" mode does store the response in the cache even if a previous response is already stored with Etag and stale response assert_equals: expected (undefined) undefined but got (string) "\"0.8205498946141332\"" |
+FAIL RequestCache "reload" mode does store the response in the cache even if a previous 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" |
+FAIL RequestCache "reload" mode does store the response in the cache even if a previous response is already stored with Etag and fresh response assert_equals: expected 2 but got 1 |
+FAIL RequestCache "reload" mode does store the response in the cache even if a previous response is already stored with Last-Modified and fresh response assert_equals: expected 2 but got 1 |
+Harness: the test ran to completion. |
+ |