Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
PasssetRemoteDescription() with valid state and answer should succeed
Asserts run
Pass
assert_equals("stable", "stable")
    at  /webrtc/RTCPeerConnection-setRemoteDescription-answer.html:73:11
Pass
assert_not_equals(object "[object Object]", undefined, "Expect session description to be defined")
    at assert_is_session_description ( /webrtc/RTCPeerConnection-helper.js:63:3)
Pass
assert_true(true, "Expect sessionDescription to be either a RTCSessionDescription or an object")
    at assert_is_session_description ( /webrtc/RTCPeerConnection-helper.js:66:3)
Pass
assert_true(true, "Expect sessionDescription.type to be a string")
    at assert_is_session_description ( /webrtc/RTCPeerConnection-helper.js:69:3)
Pass
assert_true(true, "Expect sessionDescription.sdp to be a string")
    at assert_is_session_description ( /webrtc/RTCPeerConnection-helper.js:72:3)
Pass
assert_true(true, "Expect both session descriptions to have the same count of media lines")
    at assert_session_desc_similar ( /webrtc/RTCPeerConnection-helper.js:97:3)
Pass
assert_not_equals(object "[object Object]", undefined, "Expect session description to be defined")
    at assert_is_session_description ( /webrtc/RTCPeerConnection-helper.js:63:3)
Pass
assert_true(true, "Expect sessionDescription to be either a RTCSessionDescription or an object")
    at assert_is_session_description ( /webrtc/RTCPeerConnection-helper.js:66:3)
Pass
assert_true(true, "Expect sessionDescription.type to be a string")
    at assert_is_session_description ( /webrtc/RTCPeerConnection-helper.js:69:3)
Pass
assert_true(true, "Expect sessionDescription.sdp to be a string")
    at assert_is_session_description ( /webrtc/RTCPeerConnection-helper.js:72:3)
Pass
assert_true(true, "Expect both session descriptions to have the same count of media lines")
    at assert_session_desc_similar ( /webrtc/RTCPeerConnection-helper.js:97:3)
Pass
assert_not_equals(object "[object Object]", undefined, "Expect session description to be defined")
    at assert_is_session_description ( /webrtc/RTCPeerConnection-helper.js:63:3)
Pass
assert_true(true, "Expect sessionDescription to be either a RTCSessionDescription or an object")
    at assert_is_session_description ( /webrtc/RTCPeerConnection-helper.js:66:3)
Pass
assert_true(true, "Expect sessionDescription.type to be a string")
    at assert_is_session_description ( /webrtc/RTCPeerConnection-helper.js:69:3)
Pass
assert_true(true, "Expect sessionDescription.sdp to be a string")
    at assert_is_session_description ( /webrtc/RTCPeerConnection-helper.js:72:3)
Pass
assert_true(true, "Expect both session descriptions to have the same count of media lines")
    at assert_session_desc_similar ( /webrtc/RTCPeerConnection-helper.js:97:3)
Pass
assert_not_equals(object "[object Object]", undefined, "Expect session description to be defined")
    at assert_is_session_description ( /webrtc/RTCPeerConnection-helper.js:63:3)
Pass
assert_true(true, "Expect sessionDescription to be either a RTCSessionDescription or an object")
    at assert_is_session_description ( /webrtc/RTCPeerConnection-helper.js:66:3)
Pass
assert_true(true, "Expect sessionDescription.type to be a string")
    at assert_is_session_description ( /webrtc/RTCPeerConnection-helper.js:69:3)
Pass
assert_true(true, "Expect sessionDescription.sdp to be a string")
    at assert_is_session_description ( /webrtc/RTCPeerConnection-helper.js:72:3)
Pass
assert_true(true, "Expect both session descriptions to have the same count of media lines")
    at assert_session_desc_similar ( /webrtc/RTCPeerConnection-helper.js:97:3)
Pass
assert_equals(null, null)
    at  /webrtc/RTCPeerConnection-setRemoteDescription-answer.html:81:11
Pass
assert_equals(null, null)
    at  /webrtc/RTCPeerConnection-setRemoteDescription-answer.html:82:11
Pass
assert_array_equals(["have-local-offer", "stable"], ["have-local-offer", "stable"])
    at  /webrtc/RTCPeerConnection-setRemoteDescription-answer.html:84:11
PassCalling setRemoteDescription(answer) from stable state should reject with InvalidStateError
Asserts runNo asserts ran
PassCalling setRemoteDescription(answer) from have-remote-offer state should reject with InvalidStateError
Asserts runNo asserts ran