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

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

Issue 16818023: DOMException toString is not correct (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 6 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 | Annotate | Revision Log
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 Error: SyntaxError : DOM Exception 12. 11 PASS dtmfsender = pc.createDTMFSender(track); threw exception SyntaxError: An in valid or illegal string was specified..
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
« no previous file with comments | « LayoutTests/fast/mediastream/RTCIceCandidate-expected.txt ('k') | LayoutTests/fast/mediastream/RTCPeerConnection-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698