This is a testharness.js-based test.
FAIL 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.781842863932523\""
FAIL 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:19:33 GMT"
FAIL 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
FAIL 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
FAIL 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.33959320593899434\""
FAIL 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:19:33 GMT"
FAIL RequestCache "no-store" mode does not store the response in the cache with Etag and fresh response assert_equals: expected 2 but got 1
FAIL 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
Harness: the test ran to completion.

