OLD | NEW |
| (Empty) |
1 Tests that RTCPeerConnection event callbacks are async so that for example close
can be called safely. The order of the messages is very important. | |
2 | |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | |
4 | |
5 | |
6 PASS gotStream was called. | |
7 PASS gotStream done. | |
8 PASS onNegotiationNeeded was called. | |
9 PASS onNegotiationNeeded done. | |
10 PASS onStateChange was called. | |
11 PASS pc.signalingState is 'closed' | |
12 PASS successfullyParsed is true | |
13 | |
14 TEST COMPLETE | |
15 | |
OLD | NEW |