OLD | NEW |
| 1 CONSOLE ERROR: line 48: Uncaught (in promise) ReferenceError: reason is not defi
ned |
1 Tests RTCPeerConnection localDescription. | 2 Tests RTCPeerConnection localDescription. |
2 | 3 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 5 |
5 | 6 |
6 PASS testExecutionOrderClosedConnection() did not throw exception. | 7 PASS testExecutionOrderClosedConnection() did not throw exception. |
7 PASS pc.setLocalDescription().catch(expectedTypeError) did not throw exception. | 8 PASS pc.setLocalDescription().catch(expectedTypeError) did not throw exception. |
8 PASS pc.setLocalDescription(null).catch(expectedInvalidSessionDescription) did n
ot throw exception. | 9 PASS pc.setLocalDescription(null).catch(expectedInvalidSessionDescription) did n
ot throw exception. |
9 PASS pc.setLocalDescription(sessionDescription, requestSucceeded1, unexpectedCal
lback); did not throw exception. | 10 PASS pc.setLocalDescription(sessionDescription, requestSucceeded1, unexpectedCal
lback); did not throw exception. |
10 PASS error is "The RTCPeerConnection's signalingState is 'closed'." | 11 PASS error.name is "InvalidStateError" |
11 PASS events is [1,2,3] | 12 PASS events is [1,2,3] |
12 PASS error.name is "TypeError" | 13 PASS error.name is "TypeError" |
13 PASS expectedTypeError was called. | 14 PASS expectedTypeError was called. |
14 PASS expectedInvalidSessionDescription was called. | |
15 PASS requestSucceeded was called. | 15 PASS requestSucceeded was called. |
16 PASS pc.setLocalDescription(sessionDescription, unexpectedCallback, requestFaile
d2); did not throw exception. | 16 PASS pc.setLocalDescription(sessionDescription, unexpectedCallback, requestFaile
d2); did not throw exception. |
17 PASS requestFailed was called. | 17 PASS requestFailed was called. |
18 PASS pc.localDescription.type is "offer" | 18 PASS pc.localDescription.type is "offer" |
19 PASS pc.localDescription.sdp is "local" | 19 PASS pc.localDescription.sdp is "local" |
20 PASS pc.localDescription.type is "offer" | 20 PASS pc.localDescription.type is "offer" |
21 PASS pc.localDescription.sdp is "local" | 21 PASS pc.localDescription.sdp is "local" |
22 PASS successfullyParsed is true | 22 PASS successfullyParsed is true |
23 | 23 |
24 TEST COMPLETE | 24 TEST COMPLETE |
25 | 25 |
OLD | NEW |