Summary

Harness status: OK

Found 9 tests

Details

ResultTest NameMessage
PassInitialize a new RTCPeerConnection with no iceCandidatePoolSize
Asserts run
Pass
assert_idl_attribute(object "[object RTCPeerConnection]", "getConfiguration")
    at Test.<anonymous> ( /webrtc/RTCConfiguration-iceCandidatePoolSize.html:29:3)
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /webrtc/RTCConfiguration-iceCandidatePoolSize.html:30:3)
PassInitialize a new RTCPeerConnection with iceCandidatePoolSize: 0
Asserts run
Pass
assert_idl_attribute(object "[object RTCPeerConnection]", "getConfiguration")
    at Test.<anonymous> ( /webrtc/RTCConfiguration-iceCandidatePoolSize.html:37:3)
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /webrtc/RTCConfiguration-iceCandidatePoolSize.html:38:3)
PassInitialize a new RTCPeerConnection with iceCandidatePoolSize: 255
Asserts run
Pass
assert_idl_attribute(object "[object RTCPeerConnection]", "getConfiguration")
    at Test.<anonymous> ( /webrtc/RTCConfiguration-iceCandidatePoolSize.html:45:3)
Pass
assert_equals(255, 255)
    at Test.<anonymous> ( /webrtc/RTCConfiguration-iceCandidatePoolSize.html:46:3)
PassInitialize a new RTCPeerConnection with iceCandidatePoolSize: -1 (Out Of Range)
Asserts run
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "() => {     new RTCPeerConnection({       iceCandidatePoolSize: -1     });   }")
    at Test.<anonymous> ( /webrtc/RTCConfiguration-iceCandidatePoolSize.html:50:3)
PassInitialize a new RTCPeerConnection with iceCandidatePoolSize: 256 (Out Of Range)
Asserts run
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "() => {     new RTCPeerConnection({       iceCandidatePoolSize: 256     });   }")
    at Test.<anonymous> ( /webrtc/RTCConfiguration-iceCandidatePoolSize.html:58:3)
PassReconfigure RTCPeerConnection instance iceCandidatePoolSize to 0
Asserts run
Pass
assert_idl_attribute(object "[object RTCPeerConnection]", "getConfiguration")
    at Test.<anonymous> ( /webrtc/RTCConfiguration-iceCandidatePoolSize.html:72:3)
Pass
assert_idl_attribute(object "[object RTCPeerConnection]", "setConfiguration")
    at Test.<anonymous> ( /webrtc/RTCConfiguration-iceCandidatePoolSize.html:73:3)
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /webrtc/RTCConfiguration-iceCandidatePoolSize.html:77:3)
PassReconfigure RTCPeerConnection instance iceCandidatePoolSize to 255
Asserts run
Pass
assert_idl_attribute(object "[object RTCPeerConnection]", "getConfiguration")
    at Test.<anonymous> ( /webrtc/RTCConfiguration-iceCandidatePoolSize.html:82:3)
Pass
assert_idl_attribute(object "[object RTCPeerConnection]", "setConfiguration")
    at Test.<anonymous> ( /webrtc/RTCConfiguration-iceCandidatePoolSize.html:83:3)
Pass
assert_equals(255, 255)
    at Test.<anonymous> ( /webrtc/RTCConfiguration-iceCandidatePoolSize.html:87:3)
PassReconfigure RTCPeerConnection instance iceCandidatePoolSize to -1 (Out Of Range)
Asserts run
Pass
assert_equals("function", "function", "RTCPeerConnection.prototype.setConfiguration is not implemented")
    at Test.<anonymous> ( /webrtc/RTCConfiguration-iceCandidatePoolSize.html:100:3)
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "() => {     pc.setConfiguration({       iceCandidatePoolSize: -1     });   }")
    at Test.<anonymous> ( /webrtc/RTCConfiguration-iceCandidatePoolSize.html:101:3)
PassReconfigure RTCPeerConnection instance iceCandidatePoolSize to 256 (Out Of Range)
Asserts run
Pass
assert_equals("function", "function", "RTCPeerConnection.prototype.setConfiguration is not implemented")
    at Test.<anonymous> ( /webrtc/RTCConfiguration-iceCandidatePoolSize.html:110:3)
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "() => {     pc.setConfiguration({       iceCandidatePoolSize: 256     });   }")
    at Test.<anonymous> ( /webrtc/RTCConfiguration-iceCandidatePoolSize.html:111:3)