| 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 pc.setRemoteDescription(sessionDescription, requestSucceeded1, requestFaile
d1); did not throw exception. | 6 PASS pc.setRemoteDescription(sessionDescription, requestSucceeded1, requestFaile
d1); did not throw exception. |
| 7 PASS remote stream was added |
| 8 PASS event.stream.getVideoTracks().length is 1 |
| 9 PASS event.stream.getAudioTracks().length is 1 |
| 7 PASS requestSucceeded was called. | 10 PASS requestSucceeded was called. |
| 11 PASS pc.getRemoteStreams().length is 1 |
| 8 PASS pc.setRemoteDescription(sessionDescription, requestSucceeded2, requestFaile
d2); did not throw exception. | 12 PASS pc.setRemoteDescription(sessionDescription, requestSucceeded2, requestFaile
d2); did not throw exception. |
| 9 PASS requestFailed was called. | 13 PASS requestFailed was called. |
| 10 PASS pc.remoteDescription.type is "answer" | 14 PASS pc.remoteDescription.type is "answer" |
| 11 PASS pc.remoteDescription.sdp is "remote" | 15 PASS pc.remoteDescription.sdp is "remote" |
| 12 PASS pc.remoteDescription.type is "answer" | 16 PASS pc.setRemoteDescription(sessionDescription, requestSucceeded3, requestFaile
d1); did not throw exception. |
| 17 PASS remote stream was removed |
| 18 PASS event.stream.getVideoTracks().length is 0 |
| 19 PASS event.stream.getAudioTracks().length is 0 |
| 20 PASS requestSucceeded was called. |
| 21 PASS pc.getRemoteStreams().length is 0 |
| 22 PASS pc.remoteDescription.type is "offer" |
| 13 PASS pc.remoteDescription.sdp is "remote" | 23 PASS pc.remoteDescription.sdp is "remote" |
| 14 PASS successfullyParsed is true | 24 PASS successfullyParsed is true |
| 15 | 25 |
| 16 TEST COMPLETE | 26 TEST COMPLETE |
| 17 | 27 |
| OLD | NEW |