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