Index: third_party/WebKit/LayoutTests/external/wpt/fetch/api/request/request-cache-no-cache-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/external/wpt/fetch/api/request/request-cache-no-cache-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/fetch/api/request/request-cache-no-cache-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..7f3aa9d43d9a194541c4f49cb1aa084e04a20fef |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/external/wpt/fetch/api/request/request-cache-no-cache-expected.txt |
@@ -0,0 +1,7 @@ |
+This is a testharness.js-based test. |
+PASS RequestCache "no-cache" mode revalidates stale responses found in the cache with Etag and stale response |
+PASS RequestCache "no-cache" mode revalidates stale responses found in the cache with Last-Modified and stale response |
+FAIL RequestCache "no-cache" mode revalidates fresh responses found in the cache with Etag and fresh response assert_equals: expected 2 but got 1 |
+FAIL RequestCache "no-cache" mode revalidates fresh responses found in the cache with Last-Modified and fresh response assert_equals: expected 2 but got 1 |
+Harness: the test ran to completion. |
+ |