Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(70)

Unified Diff: LayoutTests/http/tests/serviceworker/registration-expected.txt

Issue 231513003: Convert Service Worker layout tests to W3C testharness-style tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Review feedback Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698