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

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

Issue 650063002: Move MediaStream and MediaStreamTrack implementation from modules/mediastream to core/mediastream. Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased. Created 6 years, 2 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
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.signalingState is 'closed' 11 PASS pc.signalingState is 'closed'
12 PASS successfullyParsed is true 12 PASS successfullyParsed is true
13 13
14 TEST COMPLETE 14 TEST COMPLETE
15 15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698