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 |