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

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: 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..bb070bc1278b9f6a9ea026de6b6184a4ef65c57a 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
+PASS Registering normal pattern
+PASS Registering pattern outside domain
+PASS Registering script outside domain

Powered by Google App Engine
This is Rietveld 408576698