| OLD | NEW |
| 1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 2 PASS Service Worker responds to fetch event with string | 2 PASS Service Worker responds to fetch event with string |
| 3 PASS Service Worker responds to fetch event with blob body | 3 PASS Service Worker responds to fetch event with blob body |
| 4 PASS Service Worker responds to fetch event with the referrer URL | 4 PASS Service Worker responds to fetch event with the referrer URL |
| 5 FAIL Service Worker responds to fetch event with the referrer policy assert_unre
ached: unexpected rejection: Failed to fetch Reached unreachable code | 5 FAIL Service Worker responds to fetch event with the referrer policy assert_unre
ached: unexpected rejection: Failed to fetch Reached unreachable code |
| 6 PASS Service Worker responds to fetch event with an existing client id | 6 PASS Service Worker responds to fetch event with an existing client id |
| 7 PASS Service Worker does not respond to fetch event | 7 PASS Service Worker does not respond to fetch event |
| 8 PASS Service Worker responds to fetch event with null response body | 8 PASS Service Worker responds to fetch event with null response body |
| 9 PASS Service Worker fetches other file in fetch event | 9 PASS Service Worker fetches other file in fetch event |
| 10 PASS Service Worker responds to fetch event with POST form | 10 PASS Service Worker responds to fetch event with POST form |
| 11 PASS Multiple calls of respondWith must throw InvalidStateErrors | 11 PASS Multiple calls of respondWith must throw InvalidStateErrors |
| 12 PASS Service Worker event.respondWith must set the used flag | 12 PASS Service Worker event.respondWith must set the used flag |
| 13 PASS Service Worker should expose FetchEvent URL fragments. | 13 PASS Service Worker should expose FetchEvent URL fragments. |
| 14 FAIL Service Worker responds to fetch event with the correct cache types assert_
unreached: unexpected rejection: assert_equals: expected "no-cache" but got "def
ault" Reached unreachable code | 14 FAIL Service Worker responds to fetch event with the correct cache types assert_
unreached: unexpected rejection: assert_equals: Service Worker should respond to
fetch with the correct type expected "no-store" but got "default" Reached unrea
chable code |
| 15 FAIL Service Worker should intercept EventSource assert_unreached: unexpected re
jection: assert_equals: EventSource should bypass the http cache. expected "no-s
tore" but got "default" Reached unreachable code | 15 FAIL Service Worker should intercept EventSource assert_unreached: unexpected re
jection: assert_equals: EventSource should bypass the http cache. expected "no-s
tore" but got "default" Reached unreachable code |
| 16 PASS Service Worker responds to fetch event with the correct integrity_metadata | 16 FAIL Service Worker responds to fetch event with the correct integrity_metadata
assert_unreached: unexpected rejection: assert_equals: integrity expected "gs0nq
ru8KbsrIt5YToQqS9fYao4GQJXtcId610g7cCU=" but got "" Reached unreachable code |
| 17 Harness: the test ran to completion. | 17 Harness: the test ran to completion. |
| 18 | 18 |
| OLD | NEW |