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

Unified Diff: third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection-dtmf.html

Issue 1480953002: Drop [LegacyInterfaceTypeChecking] where trivial in WebRTC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update tests Created 5 years, 1 month 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection-dtmf-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection-dtmf.html
diff --git a/third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection-dtmf.html b/third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection-dtmf.html
index edfec69adb9ae5ccd76003372fdf5373aeeeda2d..8d0085990c7e70217c25ea9c2ac4522619d162bf 100644
--- a/third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection-dtmf.html
+++ b/third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection-dtmf.html
@@ -35,6 +35,7 @@ function pc_onicechange() {
testPassed("pc is connected");
track = stream.getAudioTracks()[0];
+ shouldThrow('dtmfsender = pc.createDTMFSender(null);');
shouldThrow('dtmfsender = pc.createDTMFSender(track);');
pc.addStream(stream);
shouldNotThrow('dtmfsender = pc.createDTMFSender(track);');
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection-dtmf-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698