Index: LayoutTests/http/tests/serviceworker/fetch-event-expected.txt |
diff --git a/LayoutTests/http/tests/serviceworker/fetch-event-expected.txt b/LayoutTests/http/tests/serviceworker/fetch-event-expected.txt |
index 6a144f1bc145034ce21b9fc7fbe51ae7b0902c4e..7efab9089b96f7349c1a73043c6dc312a770d03a 100644 |
--- a/LayoutTests/http/tests/serviceworker/fetch-event-expected.txt |
+++ b/LayoutTests/http/tests/serviceworker/fetch-event-expected.txt |
@@ -1,8 +1,9 @@ |
+ |
This is a testharness.js-based test. |
-FAIL Service Worker responds to fetch event with blob body assert_unreached: Unregister should not fail: NotSupportedError Reached unreachable code |
-FAIL Service Worker does not respond to fetch event assert_unreached: Unregister should not fail: NotSupportedError Reached unreachable code |
-FAIL Service Worker responds to fetch event with null response body assert_unreached: Unregister should not fail: NotSupportedError Reached unreachable code |
-FAIL Service Worker rejects fetch event assert_unreached: Unregister should not fail: NotSupportedError Reached unreachable code |
-FAIL Service Worker fetches other file in fetch event assert_unreached: Unregister should not fail: NotSupportedError Reached unreachable code |
+PASS Service Worker responds to fetch event with blob body |
+PASS Service Worker does not respond to fetch event |
+PASS Service Worker responds to fetch event with null response body |
+PASS Service Worker rejects fetch event |
+PASS Service Worker fetches other file in fetch event |
Harness: the test ran to completion. |