| OLD | NEW |
| 1 CONSOLE WARNING: 'MediaStream.stop()' is deprecated and will be removed in M47,
around November 2015. Please use 'MediaStream.active' instead. |
| 1 Tests webkitMediaStream. | 2 Tests webkitMediaStream. |
| 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 Got local stream. | 7 PASS Got local stream. |
| 7 PASS localStream.getAudioTracks().length is 1 | 8 PASS localStream.getAudioTracks().length is 1 |
| 8 PASS localStream.getVideoTracks().length is 1 | 9 PASS localStream.getVideoTracks().length is 1 |
| 9 PASS typeof webkitMediaStream === 'function' is true | 10 PASS typeof webkitMediaStream === 'function' is true |
| 10 PASS checkIdAttribute(localStream.id) is true | 11 PASS checkIdAttribute(localStream.id) is true |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 100 PASS [object MediaStream] is defined. | 101 PASS [object MediaStream] is defined. |
| 101 PASS newStream.constructor.name is 'MediaStream' | 102 PASS newStream.constructor.name is 'MediaStream' |
| 102 PASS newStream.getAudioTracks().length is nAudio | 103 PASS newStream.getAudioTracks().length is nAudio |
| 103 PASS newStream.getVideoTracks().length is nVideo | 104 PASS newStream.getVideoTracks().length is nVideo |
| 104 PASS newStream.active is false | 105 PASS newStream.active is false |
| 105 PASS checkIdAttribute(newStream.id) is true | 106 PASS checkIdAttribute(newStream.id) is true |
| 106 PASS successfullyParsed is true | 107 PASS successfullyParsed is true |
| 107 | 108 |
| 108 TEST COMPLETE | 109 TEST COMPLETE |
| 109 | 110 |
| OLD | NEW |