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

Side by Side Diff: LayoutTests/fast/workers/worker-context-multi-port-expected.txt

Issue 19765010: postMessage() should throw a DataCloneError on invalid transferables (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 This test checks the various use cases around sending multiple ports through Wor kerGlobalScope.postMessage 1 This test checks the various use cases around sending multiple ports through Wor kerGlobalScope.postMessage
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS event.ports is non-null and zero length when no port sent 6 PASS event.ports is non-null and zero length when no port sent
7 PASS event.ports is non-null and zero length when empty array sent 7 PASS event.ports is non-null and zero length when empty array sent
8 PASS event.ports contains two ports when two ports sent 8 PASS event.ports contains two ports when two ports sent
9 PASS posting a null port did throw: InvalidStateError: An attempt was made to us e an object that is not, or is no longer, usable. 9 PASS posting a null port did throw: DataCloneError: An object could not be clone d.
10 PASS posting a non-port did throw: TypeError: Type error 10 PASS posting a non-port did throw: DataCloneError: An object could not be cloned .
11 PASS event.ports contains two ports when two ports re-sent after error 11 PASS event.ports contains two ports when two ports re-sent after error
12 PASS posting a non-array did throw: TypeError: Type error 12 PASS posting a non-array did throw: TypeError: Type error
13 PASS posting a non-sequence did throw: TypeError: Type error 13 PASS posting a non-sequence did throw: DataCloneError: An object could not be cl oned.
14 14
15 TEST COMPLETE 15 TEST COMPLETE
16 16
OLDNEW
« no previous file with comments | « LayoutTests/fast/events/resources/message-port-multi.js ('k') | LayoutTests/fast/workers/worker-multi-port-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698