| OLD | NEW |
| 1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 2 Found 73 tests; 61 PASS, 12 FAIL, 0 TIMEOUT, 0 NOTRUN. |
| 2 PASS RTCPeerConnection.length | 3 PASS RTCPeerConnection.length |
| 3 PASS new RTCPeerConnection() | 4 PASS new RTCPeerConnection() |
| 4 PASS new RTCPeerConnection(null) | 5 PASS new RTCPeerConnection(null) |
| 5 PASS new RTCPeerConnection(undefined) | 6 PASS new RTCPeerConnection(undefined) |
| 6 PASS new RTCPeerConnection({}) | 7 PASS new RTCPeerConnection({}) |
| 7 PASS new RTCPeerConnection({ iceServers: null }) | 8 PASS new RTCPeerConnection({ iceServers: null }) |
| 8 PASS new RTCPeerConnection({ iceServers: undefined }) | 9 PASS new RTCPeerConnection({ iceServers: undefined }) |
| 9 PASS new RTCPeerConnection({ iceServers: [] }) | 10 PASS new RTCPeerConnection({ iceServers: [] }) |
| 10 PASS new RTCPeerConnection({ iceServers: [{}] }) | 11 PASS new RTCPeerConnection({ iceServers: [{}] }) |
| 11 PASS new RTCPeerConnection({ iceServers: [null] }) | 12 PASS new RTCPeerConnection({ iceServers: [null] }) |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 77 PASS remoteDescription initial value | 78 PASS remoteDescription initial value |
| 78 FAIL currentRemoteDescription initial value assert_equals: expected (object) nul
l but got (undefined) undefined | 79 FAIL currentRemoteDescription initial value assert_equals: expected (object) nul
l but got (undefined) undefined |
| 79 FAIL pendingRemoteDescription initial value assert_equals: expected (object) nul
l but got (undefined) undefined | 80 FAIL pendingRemoteDescription initial value assert_equals: expected (object) nul
l but got (undefined) undefined |
| 80 PASS signalingState initial value | 81 PASS signalingState initial value |
| 81 PASS iceGatheringState initial value | 82 PASS iceGatheringState initial value |
| 82 PASS iceConnectionState initial value | 83 PASS iceConnectionState initial value |
| 83 FAIL connectionState initial value assert_equals: expected (string) "new" but go
t (undefined) undefined | 84 FAIL connectionState initial value assert_equals: expected (string) "new" but go
t (undefined) undefined |
| 84 FAIL canTrickleIceCandidates initial value assert_equals: expected (object) null
but got (undefined) undefined | 85 FAIL canTrickleIceCandidates initial value assert_equals: expected (object) null
but got (undefined) undefined |
| 85 Harness: the test ran to completion. | 86 Harness: the test ran to completion. |
| 86 | 87 |
| OLD | NEW |