| OLD | NEW |
| 1 Tests that an RTCPeerConnection can signal that remote streams are added and rem
oved. | 1 Tests that an RTCPeerConnection can signal that remote streams are added and rem
oved. |
| 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
dUnexpectedly); did not throw exception. | 6 PASS pc.setRemoteDescription(sessionDescription, requestSucceeded1, requestFaile
dUnexpectedly); did not throw exception. |
| 7 PASS remote stream was added | 7 PASS remote stream was added |
| 8 PASS event.stream.getVideoTracks().length is 1 | 8 PASS event.stream.getVideoTracks().length is 1 |
| 9 PASS event.stream.getAudioTracks().length is 1 | 9 PASS event.stream.getAudioTracks().length is 1 |
| 10 PASS event.stream.active is true |
| 10 PASS requestSucceeded was called. | 11 PASS requestSucceeded was called. |
| 11 PASS pc.getRemoteStreams().length is 1 | 12 PASS pc.getRemoteStreams().length is 1 |
| 12 PASS pc.setRemoteDescription(sessionDescription, requestSucceeded2, requestFaile
dUnexpectedly); did not throw exception. | 13 PASS pc.setRemoteDescription(sessionDescription, requestSucceeded2, requestFaile
dUnexpectedly); did not throw exception. |
| 13 PASS remote stream was removed | 14 PASS remote stream was removed |
| 14 PASS event.stream.getVideoTracks().length is 0 | 15 PASS event.stream.getVideoTracks().length is 0 |
| 15 PASS event.stream.getAudioTracks().length is 0 | 16 PASS event.stream.getAudioTracks().length is 0 |
| 17 PASS event.stream.active is false |
| 16 PASS requestSucceeded was called. | 18 PASS requestSucceeded was called. |
| 17 PASS pc.getRemoteStreams().length is 0 | 19 PASS pc.getRemoteStreams().length is 0 |
| 18 PASS successfullyParsed is true | 20 PASS successfullyParsed is true |
| 19 | 21 |
| 20 TEST COMPLETE | 22 TEST COMPLETE |
| 21 | 23 |
| OLD | NEW |