Index: LayoutTests/http/tests/serviceworker/registration-expected.txt |
diff --git a/LayoutTests/http/tests/serviceworker/registration-expected.txt b/LayoutTests/http/tests/serviceworker/registration-expected.txt |
index ae4e63ea99f98c4a483528f3ad5d53411f483dd7..d4d6198ab072568217e449e22119d04b54475c72 100644 |
--- a/LayoutTests/http/tests/serviceworker/registration-expected.txt |
+++ b/LayoutTests/http/tests/serviceworker/registration-expected.txt |
@@ -1,15 +1,5 @@ |
-Tests if ServiceWorker registration is working |
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
- |
- |
-Registering normal pattern |
-PASS 'DisabledError' is regError.name |
-Registering pattern outside domain |
-PASS 'SecurityError' is regError.name |
-Registering pattern outside domain |
-PASS 'SecurityError' is regError.name |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
+FAIL Registering normal pattern assert_unreached: Registration should succeed, but failed: DisabledError Reached unreachable code |
+PASS Registering scope outside domain |
+PASS Registering script outside domain |