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

Unified Diff: LayoutTests/http/tests/serviceworker/postmessage-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/postmessage-expected.txt
diff --git a/LayoutTests/http/tests/serviceworker/postmessage-expected.txt b/LayoutTests/http/tests/serviceworker/postmessage-expected.txt
index 8382a870c1c4de32275068a446352baf67d12121..b641f12c6d86edd66b3e2d36dd06cdf73143ca11 100644
--- a/LayoutTests/http/tests/serviceworker/postmessage-expected.txt
+++ b/LayoutTests/http/tests/serviceworker/postmessage-expected.txt
@@ -1,14 +1,3 @@
-Tests postMessage to and from a ServiceWorker
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-messageChannel = new MessageChannel()
-messageChannel.port1.onmessage = onMessageHandler
-
-navigator.serviceWorker.register('postmessage-worker.js')
-FAIL DisabledError
-PASS successfullyParsed is true
-
-TEST COMPLETE
+FAIL postMessage to a ServiceWorker (and back via MessagePort) assert_unreached: Registration should succeed, but failed: DisabledError Reached unreachable code
« no previous file with comments | « LayoutTests/http/tests/serviceworker/postmessage.html ('k') | LayoutTests/http/tests/serviceworker/postmessage-worker.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698