Summary

Harness status: OK

Found 22 tests

Details

ResultTest NameMessage
PassRTCPeerConnection.length
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /webrtc/RTCPeerConnection-constructor.html:8:3)
Passnew RTCPeerConnection()
Asserts runNo asserts ran
Passnew RTCPeerConnection(null)
Asserts runNo asserts ran
Passnew RTCPeerConnection(undefined)
Asserts runNo asserts ran
Passnew RTCPeerConnection({})
Asserts runNo asserts ran
Passnew RTCPeerConnection({ certificates: null })
Asserts run
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "function() {         eval(expr);       }")
    at Test.<anonymous> ( /webrtc/RTCPeerConnection-constructor.html:42:7)
Passnew RTCPeerConnection({ certificates: undefined })
Asserts runNo asserts ran
Passnew RTCPeerConnection({ certificates: [] })
Asserts runNo asserts ran
Passnew RTCPeerConnection({ certificates: [null] })
Asserts run
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "function() {         eval(expr);       }")
    at Test.<anonymous> ( /webrtc/RTCPeerConnection-constructor.html:42:7)
Passnew RTCPeerConnection({ certificates: [undefined] })
Asserts run
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "function() {         eval(expr);       }")
    at Test.<anonymous> ( /webrtc/RTCPeerConnection-constructor.html:42:7)
Passnew RTCPeerConnection({ iceCandidatePoolSize: toNumberThrows })
Asserts run
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "function() {         eval(expr);       }")
    at Test.<anonymous> ( /webrtc/RTCPeerConnection-constructor.html:42:7)
PasslocalDescription initial value
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /webrtc/RTCPeerConnection-constructor.html:73:5)
PasscurrentLocalDescription initial value
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /webrtc/RTCPeerConnection-constructor.html:73:5)
PasspendingLocalDescription initial value
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /webrtc/RTCPeerConnection-constructor.html:73:5)
PassremoteDescription initial value
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /webrtc/RTCPeerConnection-constructor.html:73:5)
PasscurrentRemoteDescription initial value
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /webrtc/RTCPeerConnection-constructor.html:73:5)
PasspendingRemoteDescription initial value
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /webrtc/RTCPeerConnection-constructor.html:73:5)
PasssignalingState initial value
Asserts run
Pass
assert_equals("stable", "stable")
    at Test.<anonymous> ( /webrtc/RTCPeerConnection-constructor.html:73:5)
PassiceGatheringState initial value
Asserts run
Pass
assert_equals("new", "new")
    at Test.<anonymous> ( /webrtc/RTCPeerConnection-constructor.html:73:5)
PassiceConnectionState initial value
Asserts run
Pass
assert_equals("new", "new")
    at Test.<anonymous> ( /webrtc/RTCPeerConnection-constructor.html:73:5)
PassconnectionState initial value
Asserts run
Pass
assert_equals("new", "new")
    at Test.<anonymous> ( /webrtc/RTCPeerConnection-constructor.html:73:5)
PasscanTrickleIceCandidates initial value
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /webrtc/RTCPeerConnection-constructor.html:73:5)