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

Side by Side Diff: LayoutTests/fast/mediastream/RTCPeerConnection-events-expected.txt

Issue 11339018: Merge 132420 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1271/
Patch Set: Created 8 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 unified diff | Download patch
OLDNEW
1 Tests that RTCPeerConnection event callbacks are async so that for example close can be called safely. The order of the messages is very important. 1 Tests that RTCPeerConnection event callbacks are async so that for example close can be called safely. The order of the messages is very important.
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 gotStream was called. 6 PASS gotStream was called.
7 PASS gotStream done. 7 PASS gotStream done.
8 PASS onNegotiationNeeded was called. 8 PASS onNegotiationNeeded was called.
9 PASS onNegotiationNeeded done. 9 PASS onNegotiationNeeded done.
10 PASS onStateChange was called. 10 PASS onStateChange was called.
11 PASS pc.readyState is 'closed' 11 PASS pc.readyState is 'closed'
12 PASS successfullyParsed is true 12 PASS successfullyParsed is true
13 13
14 TEST COMPLETE 14 TEST COMPLETE
15 15
OLDNEW
« no previous file with comments | « LayoutTests/fast/mediastream/RTCPeerConnection-events.html ('k') | Source/WebCore/Modules/mediastream/RTCPeerConnection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698