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

Unified Diff: third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-stats.html

Issue 2198123002: RTCPeerConnection.getStats gets LegacyInterfaceTypeChecking. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Silly argument test Created 4 years, 4 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-stats-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/peerconnection/RTCPeerConnection-stats.html
diff --git a/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-stats.html b/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-stats.html
index d7ec572bf54046b5cf1d8fede9231e5cc1a07283..31b3349be00ced3a50663939a2ac4266d285db52 100644
--- a/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-stats.html
+++ b/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-stats.html
@@ -78,6 +78,13 @@ function statsHandler3(status)
{
testPassed("statsHandler3 was called");
verifyStats(status);
+ // Silly non-MediaStreamTrack second argument should be interpreted as undefined.
+ shouldNotThrow('pc.getStats(statsHandler4, 42)');
+}
+
+function statsHandler4(status) {
+ testPassed("statsHandler4 was called");
+ verifyStats(status);
finishJSTest();
}
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-stats-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698