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

Unified Diff: LayoutTests/fast/workers/worker-multi-port-expected.txt

Issue 1156973002: [bindings] Use |PostMessage| attribute for DedicatedWorkerGlobalScope.postMessage to eliminate cust… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 7 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/fast/workers/worker-multi-port-expected.txt
diff --git a/LayoutTests/fast/workers/worker-multi-port-expected.txt b/LayoutTests/fast/workers/worker-multi-port-expected.txt
index 65d102fc99ebaafc8a4161fcd26b67011c75e110..31f84f3505c3ece34326b2fe3fa3d87fe103c688 100644
--- a/LayoutTests/fast/workers/worker-multi-port-expected.txt
+++ b/LayoutTests/fast/workers/worker-multi-port-expected.txt
@@ -11,7 +11,7 @@ PASS worker.postMessage("notASequence", [{length: 3}]) threw exception TypeError
PASS successfullyParsed is true
TEST COMPLETE
-PASS postMessage() threw exception: TypeError: Failed to execute 'postMessage' on 'WorkerGlobalScope': 1 argument required, but only 0 present.
+PASS postMessage() threw exception: TypeError: Failed to execute 'postMessage' on 'DedicatedWorkerGlobalScope': 1 argument required, but only 0 present.
PASS event.ports is non-null and zero length when no port sent
PASS event.ports is non-null and zero length when empty array sent
PASS event.ports contains two ports when two ports sent
« no previous file with comments | « LayoutTests/fast/workers/worker-formdata-expected.txt ('k') | LayoutTests/fast/workers/worker-onerror-09.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698