Pass | RTCPeerConnection.length | Asserts runPass | assert_equals(0, 0)
at Test.<anonymous> ( /webrtc/RTCPeerConnection-constructor.html:8:3) |
|
Pass | new RTCPeerConnection() | Asserts runNo asserts ran |
Pass | new RTCPeerConnection(null) | Asserts runNo asserts ran |
Pass | new RTCPeerConnection(undefined) | Asserts runNo asserts ran |
Pass | new RTCPeerConnection({}) | Asserts runNo asserts ran |
Pass | new RTCPeerConnection({ certificates: null }) | Asserts runPass | assert_throws_js(function "function TypeError() { [native code] }", function "function() { eval(expr); }")
at Test.<anonymous> ( /webrtc/RTCPeerConnection-constructor.html:42:7) |
|
Pass | new RTCPeerConnection({ certificates: undefined }) | Asserts runNo asserts ran |
Pass | new RTCPeerConnection({ certificates: [] }) | Asserts runNo asserts ran |
Pass | new RTCPeerConnection({ certificates: [null] }) | Asserts runPass | assert_throws_js(function "function TypeError() { [native code] }", function "function() { eval(expr); }")
at Test.<anonymous> ( /webrtc/RTCPeerConnection-constructor.html:42:7) |
|
Pass | new RTCPeerConnection({ certificates: [undefined] }) | Asserts runPass | assert_throws_js(function "function TypeError() { [native code] }", function "function() { eval(expr); }")
at Test.<anonymous> ( /webrtc/RTCPeerConnection-constructor.html:42:7) |
|
Pass | new RTCPeerConnection({ iceCandidatePoolSize: toNumberThrows }) | Asserts runPass | assert_throws_js(function "function TypeError() { [native code] }", function "function() { eval(expr); }")
at Test.<anonymous> ( /webrtc/RTCPeerConnection-constructor.html:42:7) |
|
Pass | localDescription initial value | Asserts runPass | assert_equals(null, null)
at Test.<anonymous> ( /webrtc/RTCPeerConnection-constructor.html:73:5) |
|
Pass | currentLocalDescription initial value | Asserts runPass | assert_equals(null, null)
at Test.<anonymous> ( /webrtc/RTCPeerConnection-constructor.html:73:5) |
|
Pass | pendingLocalDescription initial value | Asserts runPass | assert_equals(null, null)
at Test.<anonymous> ( /webrtc/RTCPeerConnection-constructor.html:73:5) |
|
Pass | remoteDescription initial value | Asserts runPass | assert_equals(null, null)
at Test.<anonymous> ( /webrtc/RTCPeerConnection-constructor.html:73:5) |
|
Pass | currentRemoteDescription initial value | Asserts runPass | assert_equals(null, null)
at Test.<anonymous> ( /webrtc/RTCPeerConnection-constructor.html:73:5) |
|
Pass | pendingRemoteDescription initial value | Asserts runPass | assert_equals(null, null)
at Test.<anonymous> ( /webrtc/RTCPeerConnection-constructor.html:73:5) |
|
Pass | signalingState initial value | Asserts runPass | assert_equals("stable", "stable")
at Test.<anonymous> ( /webrtc/RTCPeerConnection-constructor.html:73:5) |
|
Pass | iceGatheringState initial value | Asserts runPass | assert_equals("new", "new")
at Test.<anonymous> ( /webrtc/RTCPeerConnection-constructor.html:73:5) |
|
Pass | iceConnectionState initial value | Asserts runPass | assert_equals("new", "new")
at Test.<anonymous> ( /webrtc/RTCPeerConnection-constructor.html:73:5) |
|
Pass | connectionState initial value | Asserts runPass | assert_equals("new", "new")
at Test.<anonymous> ( /webrtc/RTCPeerConnection-constructor.html:73:5) |
|
Pass | canTrickleIceCandidates initial value | Asserts runPass | assert_equals(null, null)
at Test.<anonymous> ( /webrtc/RTCPeerConnection-constructor.html:73:5) |
|