Summary

Harness status: OK

Found 6 tests

Details

ResultTest NameMessage
PasssetParameters with degradationPreference set should succeed on video transceiver
Asserts run
Pass
assert_equals(undefined, undefined, "Expect initial param.degradationPreference to be undefined")
    at Test.<anonymous> ( /mst-content-hint/RTCRtpSendParameters-degradationPreference.html:16:3)
Pass
assert_equals("maintain-framerate", "maintain-framerate")
    at Test.<anonymous> ( /mst-content-hint/RTCRtpSendParameters-degradationPreference.html:22:3)
Pass
assert_equals("maintain-resolution", "maintain-resolution")
    at Test.<anonymous> ( /mst-content-hint/RTCRtpSendParameters-degradationPreference.html:27:3)
Pass
assert_equals("balanced", "balanced")
    at Test.<anonymous> ( /mst-content-hint/RTCRtpSendParameters-degradationPreference.html:32:3)
Pass
assert_equals(undefined, undefined)
    at Test.<anonymous> ( /mst-content-hint/RTCRtpSendParameters-degradationPreference.html:37:3)
PasssetParameters with degradationPreference unset should succeed on video transceiver
Asserts run
Pass
assert_equals(undefined, undefined, "Expect initial param.degradationPreference to be undefined")
    at Test.<anonymous> ( /mst-content-hint/RTCRtpSendParameters-degradationPreference.html:47:3)
Pass
assert_equals(undefined, undefined)
    at Test.<anonymous> ( /mst-content-hint/RTCRtpSendParameters-degradationPreference.html:55:3)
PasssetParameters with invalid degradationPreference should throw TypeError on video transceiver
Asserts runNo asserts ran
PasssetParameters with degradationPreference set should succeed on audio transceiver
Asserts run
Pass
assert_equals(undefined, undefined, "Expect initial param.degradationPreference to be undefined")
    at Test.<anonymous> ( /mst-content-hint/RTCRtpSendParameters-degradationPreference.html:76:3)
Pass
assert_equals("maintain-framerate", "maintain-framerate")
    at Test.<anonymous> ( /mst-content-hint/RTCRtpSendParameters-degradationPreference.html:82:3)
Pass
assert_equals("maintain-resolution", "maintain-resolution")
    at Test.<anonymous> ( /mst-content-hint/RTCRtpSendParameters-degradationPreference.html:87:3)
Pass
assert_equals("balanced", "balanced")
    at Test.<anonymous> ( /mst-content-hint/RTCRtpSendParameters-degradationPreference.html:92:3)
Pass
assert_equals(undefined, undefined)
    at Test.<anonymous> ( /mst-content-hint/RTCRtpSendParameters-degradationPreference.html:97:3)
PasssetParameters with degradationPreference unset should succeed on audio transceiver
Asserts run
Pass
assert_equals(undefined, undefined, "Expect initial param.degradationPreference to be undefined")
    at Test.<anonymous> ( /mst-content-hint/RTCRtpSendParameters-degradationPreference.html:107:3)
Pass
assert_equals(undefined, undefined)
    at Test.<anonymous> ( /mst-content-hint/RTCRtpSendParameters-degradationPreference.html:115:3)
PasssetParameters with invalid degradationPreference should throw TypeError on audio transceiver
Asserts runNo asserts ran