| OLD | NEW |
| 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. | 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 | 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 gotStream was called. | 6 PASS gotStream was called. |
| 7 PASS gotStream done. | 7 PASS gotStream done. |
| 8 PASS onNegotiationNeeded was called. | 8 PASS onNegotiationNeeded was called. |
| 9 PASS onNegotiationNeeded done. | 9 PASS onNegotiationNeeded done. |
| 10 PASS onStateChange was called. | 10 PASS onStateChange was called. |
| 11 PASS pc.readyState is 'closed' | 11 PASS pc.readyState is 'closed' |
| 12 PASS successfullyParsed is true | 12 PASS successfullyParsed is true |
| 13 | 13 |
| 14 TEST COMPLETE | 14 TEST COMPLETE |
| 15 | 15 |
| OLD | NEW |