11This is a testharness.js-based test.
2FAIL 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\""
3FAIL 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"
2FAIL 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.9248657179544286\""
3FAIL 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) "Tue, 24 Oct 2017 06:18:12 GMT"
44FAIL 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
55FAIL 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
66PASS RequestCache "reload" mode does store the response in the cache with Etag and stale response
77PASS RequestCache "reload" mode does store the response in the cache with Last-Modified and stale response
88PASS RequestCache "reload" mode does store the response in the cache with Etag and fresh response
99PASS RequestCache "reload" mode does store the response in the cache with Last-Modified and fresh response
10FAIL 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\""
11FAIL 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"
10FAIL 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.6754016977876738\""
11FAIL 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) "Tue, 24 Oct 2017 06:18:12 GMT"
1212FAIL 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
1313FAIL 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
1414Harness: the test ran to completion.
1515