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

Side by Side Diff: LayoutTests/fast/rtcpeerconnection/RTCPeerConnection-dtmf-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 RTCDTMFSender. 1 Tests RTCDTMFSender.
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 navigator.webkitGetUserMedia({audio:true}, gotStream, error); did not throw exception. 6 PASS navigator.webkitGetUserMedia({audio:true}, gotStream, error); did not throw exception.
7 PASS Stream generated. 7 PASS Stream generated.
8 PASS stream.getAudioTracks().length is 1 8 PASS stream.getAudioTracks().length is 1
9 PASS stream.getVideoTracks().length is 0 9 PASS stream.getVideoTracks().length is 0
10 PASS pc is connected 10 PASS pc is connected
11 PASS dtmfsender = pc.createDTMFSender(track); threw exception SyntaxError: Faile d to execute 'createDTMFSender' on 'RTCPeerConnection': No local stream is avail able for the track provided.. 11 PASS dtmfsender = pc.createDTMFSender(track); threw exception SyntaxError: Faile d to execute 'createDTMFSender' on 'RTCPeerConnection': No local stream is avail able for the track provided..
12 PASS dtmfsender = pc.createDTMFSender(track); did not throw exception. 12 PASS dtmfsender = pc.createDTMFSender(track); did not throw exception.
13 PASS dtmfsender.canInsertDTMF is true 13 PASS dtmfsender.canInsertDTMF is true
14 PASS dtmfsender.toneBuffer is "1" 14 PASS dtmfsender.toneBuffer is "1"
15 PASS ontonechange was called. 15 PASS ontonechange was called.
16 PASS event.tone is "1" 16 PASS event.tone is "1"
17 PASS ontonechange was called. 17 PASS ontonechange was called.
18 PASS event.tone is "" 18 PASS event.tone is ""
19 PASS successfullyParsed is true 19 PASS successfullyParsed is true
20 20
21 TEST COMPLETE 21 TEST COMPLETE
22 22
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698