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

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

Issue 27278002: Add an Error class for ServiceWorkers (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix windows Created 7 years, 1 month 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/ietestcenter/Javascript/15.4.4.15-1-10-expected.txt b/LayoutTests/http/tests/serviceworker/registration-expected.txt
similarity index 50%
copy from LayoutTests/ietestcenter/Javascript/15.4.4.15-1-10-expected.txt
copy to LayoutTests/http/tests/serviceworker/registration-expected.txt
index bee5505508b507ece11df60407e3c7df90ae7d47..ae4e63ea99f98c4a483528f3ad5d53411f483dd7 100644
--- a/LayoutTests/ietestcenter/Javascript/15.4.4.15-1-10-expected.txt
+++ b/LayoutTests/http/tests/serviceworker/registration-expected.txt
@@ -1,10 +1,14 @@
-15.4.4.15-1-10 (TestCases/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-1-10.js) Array.prototype.lastIndexOf applied to the Math object
+Tests if ServiceWorker registration is working
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS ES5Harness.preconditionPassed is true
-PASS ES5Harness.testPassed is true
+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

Powered by Google App Engine
This is Rietveld 408576698