OLD | NEW |
1 Tests the RTCPeerConnection Ice functionality. | 1 Tests the RTCPeerConnection Ice functionality. |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
6 PASS testExecutionOrderClosedConnection() did not throw exception. | 6 PASS testExecutionOrderClosedConnection() did not throw exception. |
7 PASS pc = new webkitRTCPeerConnection(null, null); did not throw exception. | 7 PASS pc = new webkitRTCPeerConnection(null, null); did not throw exception. |
8 PASS error.name is "InvalidStateError" | 8 PASS error.name is "InvalidStateError" |
9 PASS error.toString() is "InvalidStateError: The RTCPeerConnection's signalingSt
ate is 'closed'." | 9 PASS error.toString() is "InvalidStateError: The RTCPeerConnection's signalingSt
ate is 'closed'." |
10 PASS events is [1,2,3] | 10 PASS events is [1,2,3] |
(...skipping 16 matching lines...) Expand all Loading... |
27 PASS addIceCandidateSuccess2 was called. | 27 PASS addIceCandidateSuccess2 was called. |
28 PASS pc.addIceCandidate({candidate: "candidate", sdpMLineIndex: 0}, addIceCandid
ateSuccess3, unexpectedCallback); did not throw exception. | 28 PASS pc.addIceCandidate({candidate: "candidate", sdpMLineIndex: 0}, addIceCandid
ateSuccess3, unexpectedCallback); did not throw exception. |
29 PASS addIceCandidateSuccess3 was called. | 29 PASS addIceCandidateSuccess3 was called. |
30 PASS pc.addIceCandidate({candidate: "candidate", sdpMid: 0, sdpMLineIndex: 0}, a
ddIceCandidateSuccess4, unexpectedCallback); did not throw exception. | 30 PASS pc.addIceCandidate({candidate: "candidate", sdpMid: 0, sdpMLineIndex: 0}, a
ddIceCandidateSuccess4, unexpectedCallback); did not throw exception. |
31 PASS addIceCandidateSuccess4 was called. | 31 PASS addIceCandidateSuccess4 was called. |
32 PASS iceConnectionState is closed. | 32 PASS iceConnectionState is closed. |
33 PASS successfullyParsed is true | 33 PASS successfullyParsed is true |
34 | 34 |
35 TEST COMPLETE | 35 TEST COMPLETE |
36 | 36 |
OLD | NEW |