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

Side by Side Diff: LayoutTests/fast/events/message-port-clone-expected.txt

Issue 16818023: DOMException toString is not correct (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 6 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 Tests various use cases when cloning MessagePorts. 1 Tests various use cases when cloning MessagePorts.
2 2
3 Should be a series of SUCCESS messages, followed with DONE. 3 Should be a series of SUCCESS messages, followed with DONE.
4 4
5 SUCCESS: Posting port to itself: Error: InvalidStateError: DOM Exception 11 5 SUCCESS: Posting port to itself: InvalidStateError: An attempt was made to use a n object that is not, or is no longer, usable.
6 SUCCESS: Posting entangled port: Error: InvalidStateError: DOM Exception 11 6 SUCCESS: Posting entangled port: InvalidStateError: An attempt was made to use a n object that is not, or is no longer, usable.
7 SUCCESS: Posting cloned port. 7 SUCCESS: Posting cloned port.
8 SUCCESS: Posted messages to cloned port. 8 SUCCESS: Posted messages to cloned port.
9 SUCCESS: Cloned both endpoints of a channel. 9 SUCCESS: Cloned both endpoints of a channel.
10 SUCCESS: Got closed port with event message closed 10 SUCCESS: Got closed port with event message closed
11 DONE 11 DONE
12 12
OLDNEW
« no previous file with comments | « LayoutTests/fast/dynamic/outerHTML-no-element-expected.txt ('k') | LayoutTests/fast/events/message-port-multi-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698