Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
PasscanTrickleIceCandidates property is null prior to setRemoteDescription
Asserts run
Pass
assert_equals(null, null, "canTrickleIceCandidates property is null")
    at Test.<anonymous> ( /webrtc/RTCPeerConnection-canTrickleIceCandidates.html:35:5)
PasscanTrickleIceCandidates property is true after setRemoteDescription with a=ice-options:trickle
Asserts run
Pass
assert_true(true, "canTrickleIceCandidates property is true after setRemoteDescription")
    at  /webrtc/RTCPeerConnection-canTrickleIceCandidates.html:45:7
PasscanTrickleIceCandidates property is false after setRemoteDescription without a=ice-options:trickle
Asserts run
Pass
assert_false(false, "canTrickleIceCandidates property is false after setRemoteDescription")
    at  /webrtc/RTCPeerConnection-canTrickleIceCandidates.html:56:7