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

Side by Side Diff: LayoutTests/fast/mediastream/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
(Empty)
1 Tests RTCDTMFSender.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS navigator.webkitGetUserMedia({audio:true}, gotStream, error); did not throw exception.
7 PASS Stream generated.
8 PASS stream.getAudioTracks().length is 1
9 PASS stream.getVideoTracks().length is 0
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..
12 PASS dtmfsender = pc.createDTMFSender(track); did not throw exception.
13 PASS dtmfsender.canInsertDTMF is true
14 PASS dtmfsender.toneBuffer is "1"
15 PASS ontonechange was called.
16 PASS event.tone is "1"
17 PASS ontonechange was called.
18 PASS event.tone is ""
19 PASS successfullyParsed is true
20
21 TEST COMPLETE
22
OLDNEW
« no previous file with comments | « LayoutTests/fast/mediastream/RTCPeerConnection-dtmf.html ('k') | LayoutTests/fast/mediastream/RTCPeerConnection-events.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698