OLD | NEW |
1 Tests RTCPeerConnection remoteDescription. | 1 Tests RTCPeerConnection remoteDescription. |
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.setRemoteDescription().catch(expectedTypeError) did not throw exception. | 7 PASS pc.setRemoteDescription().catch(expectedTypeError) did not throw exception. |
8 PASS pc.setRemoteDescription(null).catch(expectedInvalidSessionDescription) did
not throw exception. | 8 PASS pc.setRemoteDescription(null).catch(expectedInvalidSessionDescription) did
not throw exception. |
9 PASS pc.setRemoteDescription(sessionDescription, requestSucceeded1, unexpectedCa
llback); did not throw exception. | 9 PASS pc.setRemoteDescription(sessionDescription, requestSucceeded1, unexpectedCa
llback); did not throw exception. |
10 PASS error.name is "InvalidStateError" | 10 PASS error.name is "InvalidStateError" |
11 PASS error.toString() is "InvalidStateError: The RTCPeerConnection's signalingSt
ate is 'closed'." | 11 PASS error.toString() is "InvalidStateError: The RTCPeerConnection's signalingSt
ate is 'closed'." |
12 PASS events is [1,2,3] | 12 PASS events is [1,2,3] |
13 PASS error.name is "TypeError" | 13 PASS error.name is "TypeError" |
14 PASS expectedTypeError was called. | 14 PASS expectedTypeError was called. |
15 PASS error.name is "OperationError" | 15 PASS error.name is "OperationError" |
16 PASS expectedInvalidSessionDescription was called. | 16 PASS expectedInvalidSessionDescription was called. |
17 PASS requestSucceeded was called. | 17 PASS requestSucceeded was called. |
18 PASS pc.setRemoteDescription(sessionDescription, unexpectedCallback, requestFail
ed2); did not throw exception. | 18 PASS pc.setRemoteDescription(sessionDescription, unexpectedCallback, requestFail
ed2); did not throw exception. |
19 PASS requestFailed was called. | 19 PASS requestFailed was called. |
20 PASS pc.remoteDescription.type is "answer" | 20 PASS pc.remoteDescription.type is "answer" |
21 PASS pc.remoteDescription.sdp is "remote" | 21 PASS pc.remoteDescription.sdp is "remote" |
22 PASS pc.remoteDescription.type is "answer" | 22 PASS pc.remoteDescription.type is "answer" |
23 PASS pc.remoteDescription.sdp is "remote" | 23 PASS pc.remoteDescription.sdp is "remote" |
24 PASS successfullyParsed is true | 24 PASS successfullyParsed is true |
25 | 25 |
26 TEST COMPLETE | 26 TEST COMPLETE |
27 | 27 |
OLD | NEW |