Chromium Code Reviews

Side by Side Diff: LayoutTests/fast/mediastream/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.
Jump to:
View unified diff |
OLDNEW
(Empty)
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
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS gotStream was called.
7 PASS gotStream done.
8 PASS onNegotiationNeeded was called.
9 PASS onNegotiationNeeded done.
10 PASS onStateChange was called.
11 PASS pc.signalingState is 'closed'
12 PASS successfullyParsed is true
13
14 TEST COMPLETE
15
OLDNEW

Powered by Google App Engine