11This is a testharness.js-based test.
2FAIL RequestCache "no-store" 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.7131790571494467\""
3FAIL RequestCache "no-store" 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"
2FAIL RequestCache "no-store" 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.980989698661725\""
3FAIL RequestCache "no-store" 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) "Tue, 24 Oct 2017 06:18:14 GMT"
44FAIL RequestCache "no-store" 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
55FAIL RequestCache "no-store" 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
6FAIL RequestCache "no-store" mode does not store the response in the cache with Etag and stale response assert_equals: expected (undefined) undefined but got (string) "\"0.47496026068576236\""
7FAIL RequestCache "no-store" mode does not store the response in the cache with Last-Modified and stale response assert_equals: expected (undefined) undefined but got (string) "Mon, 27 Mar 2017 11:24:51 GMT"
6FAIL RequestCache "no-store" mode does not store the response in the cache with Etag and stale response assert_equals: expected (undefined) undefined but got (string) "\"0.7133034753767717\""
7FAIL RequestCache "no-store" mode does not store the response in the cache with Last-Modified and stale response assert_equals: expected (undefined) undefined but got (string) "Tue, 24 Oct 2017 06:18:14 GMT"
88FAIL RequestCache "no-store" mode does not store the response in the cache with Etag and fresh response assert_equals: expected 2 but got 1
99FAIL RequestCache "no-store" mode does not store the response in the cache with Last-Modified and fresh response assert_equals: expected 2 but got 1
1010Harness: the test ran to completion.
1111