Fail | No RTCRtpStreamStats exist when only remote description is set | assert_equals: no rtp stats with only remote description expected 0 but got 2 at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/webrtc-stats/rtp-stats-creation.html:19:3) Asserts runFail | assert_equals(2, 0, "no rtp stats with only remote description")
at Test.<anonymous> ( /webrtc-stats/rtp-stats-creation.html:19:3) |
|
Fail | No RTCRtpStreamStats exist when only local description is set | assert_equals: no rtp stats with only local description expected 0 but got 2 at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/webrtc-stats/rtp-stats-creation.html:31:3) Asserts runFail | assert_equals(2, 0, "no rtp stats with only local description")
at Test.<anonymous> ( /webrtc-stats/rtp-stats-creation.html:31:3) |
|
Fail | No RTCOutboundRtpStreamStats exist until packets have been sent | assert_true: no outbound rtp stats before packets sent expected true got false at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/webrtc-stats/rtp-stats-creation.html:50:5) Asserts runFail | assert_true(false, "no outbound rtp stats before packets sent")
at Test.<anonymous> ( /webrtc-stats/rtp-stats-creation.html:50:5) |
|
Fail | No RTCInboundRtpStreamStats exist until packets have been received | assert_true: no inbound rtp stats before packets received expected true got false at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/webrtc-stats/rtp-stats-creation.html:76:5) Asserts runFail | assert_true(false, "no inbound rtp stats before packets received")
at Test.<anonymous> ( /webrtc-stats/rtp-stats-creation.html:76:5) |
|
Pass | RTCAudioPlayoutStats should be present | Asserts runNo asserts ran |