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

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

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
Index: third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-stats-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-stats-expected.txt b/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-stats-expected.txt
index db1672dbb1f795d4d853a6e7cbd7fb8e154f9347..ae6981b8ae845ea283862f570487532832d6eb88 100644
--- a/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-stats-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-stats-expected.txt
@@ -33,6 +33,17 @@ PASS res.names().indexOf("type") is >= 0
PASS res.stat("type") is "audio"
PASS status_g.namedItem(res.id) is non-null.
PASS status_g[res.id] is non-null.
+PASS pc.getStats(statsHandler4, 42) did not throw exception.
+PASS statsHandler4 was called
+PASS result.length is >= 2
+PASS timediff is >= 0
+PASS res.id is non-null.
+PASS res.type is non-null.
+PASS res.names().length is >= 1
+PASS res.names().indexOf("type") is >= 0
+PASS res.stat("type") is "audio"
+PASS status_g.namedItem(res.id) is non-null.
+PASS status_g[res.id] is non-null.
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698