Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
FailRTCOutboundRtpStreamStats does not exist as early as have-local-offerassert_false: outbound-rtp does not exist in have-local-offer expected false got true
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/webrtc/rtp-stats-lifetime.https.html:40:3)
Asserts run
Pass
assert_false(false, "outbound-rtp does not exist after addTransceiver")
    at Test.<anonymous> ( /webrtc/rtp-stats-lifetime.https.html:37:3)
Fail
assert_false(true, "outbound-rtp does not exist in have-local-offer")
    at Test.<anonymous> ( /webrtc/rtp-stats-lifetime.https.html:40:3)
PassRTCOutboundRtpStreamStats exists after returning to stable
Asserts run
Pass
assert_false(false, "outbound-rtp does not exist in has-remote-offer")
    at Test.<anonymous> ( /webrtc/rtp-stats-lifetime.https.html:61:3)
Pass
assert_true(true, "outbound-rtp exists after answerer returns to stable")
    at Test.<anonymous> ( /webrtc/rtp-stats-lifetime.https.html:64:3)
Pass
assert_true(true, "outbound-rtp exists after offerer returns to stable")
    at Test.<anonymous> ( /webrtc/rtp-stats-lifetime.https.html:69:3)
FailRTCInboundRtpStreamStats are created by packet receptionassert_false: inbound-rtp does not exist before packets are received expected false got true
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/webrtc/rtp-stats-lifetime.https.html:87:3)
Asserts run
Fail
assert_false(true, "inbound-rtp does not exist before packets are received")
    at Test.<anonymous> ( /webrtc/rtp-stats-lifetime.https.html:87:3)