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" |