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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/mediastream/RTCPeerConnection-dtmf-expected.txt
diff --git a/LayoutTests/fast/mediastream/RTCPeerConnection-dtmf-expected.txt b/LayoutTests/fast/mediastream/RTCPeerConnection-dtmf-expected.txt
index 13c50ce30976bdf8b0be337d4dc817ee4e6f96e2..3f0f18b7c39277a5618056ddc051d72d4eecf5f4 100644
--- a/LayoutTests/fast/mediastream/RTCPeerConnection-dtmf-expected.txt
+++ b/LayoutTests/fast/mediastream/RTCPeerConnection-dtmf-expected.txt
@@ -8,7 +8,7 @@ PASS Stream generated.
PASS stream.getAudioTracks().length is 1
PASS stream.getVideoTracks().length is 0
PASS pc is connected
-PASS dtmfsender = pc.createDTMFSender(track); threw exception Error: SyntaxError: DOM Exception 12.
+PASS dtmfsender = pc.createDTMFSender(track); threw exception SyntaxError: An invalid or illegal string was specified..
PASS dtmfsender = pc.createDTMFSender(track); did not throw exception.
PASS dtmfsender.canInsertDTMF is true
PASS dtmfsender.toneBuffer is "1"
« 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