Summary

Harness status: OK

Found 4 tests

Details

ResultTest NameMessage
PasspendingLocalDescription is surfaced at the right time
Asserts run
Pass
assert_equals(null, null, "pendingLocalDescription is null before setLocalDescription")
    at Test.<anonymous> ( /webrtc/RTCPeerConnection-description-attributes-timing.https.html:14:3)
Pass
assert_equals(null, null, "pendingLocalDescription is still null while promise pending")
    at Test.<anonymous> ( /webrtc/RTCPeerConnection-description-attributes-timing.https.html:17:3)
Pass
assert_not_equals(object "[object RTCSessionDescription]", null, "pendingLocalDescription is not null after await")
    at Test.<anonymous> ( /webrtc/RTCPeerConnection-description-attributes-timing.https.html:20:3)
Pass
assert_equals(object "[object RTCSessionDescription]", object "[object RTCSessionDescription]")
    at Test.<anonymous> ( /webrtc/RTCPeerConnection-description-attributes-timing.https.html:22:3)
PasspendingRemoteDescription is surfaced at the right time
Asserts run
Pass
assert_equals(null, null, "pendingRemoteDescription is null before setRemoteDescription")
    at Test.<anonymous> ( /webrtc/RTCPeerConnection-description-attributes-timing.https.html:30:3)
Pass
assert_equals(null, null, "pendingRemoteDescription is still null while promise pending")
    at Test.<anonymous> ( /webrtc/RTCPeerConnection-description-attributes-timing.https.html:33:3)
Pass
assert_not_equals(object "[object RTCSessionDescription]", null, "pendingRemoteDescription is not null after await")
    at Test.<anonymous> ( /webrtc/RTCPeerConnection-description-attributes-timing.https.html:36:3)
Pass
assert_equals(object "[object RTCSessionDescription]", object "[object RTCSessionDescription]")
    at Test.<anonymous> ( /webrtc/RTCPeerConnection-description-attributes-timing.https.html:38:3)
PasscurrentLocalDescription is surfaced at the right time
Asserts run
Pass
assert_equals(null, null, "currentLocalDescription is null before setLocalDescription")
    at Test.<anonymous> ( /webrtc/RTCPeerConnection-description-attributes-timing.https.html:52:3)
Pass
assert_equals(null, null, "currentLocalDescription is still null while promise pending")
    at Test.<anonymous> ( /webrtc/RTCPeerConnection-description-attributes-timing.https.html:55:3)
Pass
assert_not_equals(object "[object RTCSessionDescription]", null, "currentLocalDescription is not null after await")
    at Test.<anonymous> ( /webrtc/RTCPeerConnection-description-attributes-timing.https.html:58:3)
Pass
assert_equals(object "[object RTCSessionDescription]", object "[object RTCSessionDescription]")
    at Test.<anonymous> ( /webrtc/RTCPeerConnection-description-attributes-timing.https.html:60:3)
PasscurrentRemoteDescription is surfaced at the right time
Asserts run
Pass
assert_equals(null, null, "currentRemoteDescription is null before setRemoteDescription")
    at Test.<anonymous> ( /webrtc/RTCPeerConnection-description-attributes-timing.https.html:74:3)
Pass
assert_equals(null, null, "currentRemoteDescription is still null while promise pending")
    at Test.<anonymous> ( /webrtc/RTCPeerConnection-description-attributes-timing.https.html:77:3)
Pass
assert_not_equals(object "[object RTCSessionDescription]", null, "currentRemoteDescription is not null after await")
    at Test.<anonymous> ( /webrtc/RTCPeerConnection-description-attributes-timing.https.html:80:3)
Pass
assert_equals(object "[object RTCSessionDescription]", object "[object RTCSessionDescription]")
    at Test.<anonymous> ( /webrtc/RTCPeerConnection-description-attributes-timing.https.html:82:3)