OLD | NEW |
(Empty) | |
| 1 This Test checks the video-only MediaRecorder API. |
| 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 |
| 5 |
| 6 PASS navigator.webkitGetUserMedia({video:true}, gotStream, onError); did not thr
ow exception. |
| 7 PASS Stream generated. |
| 8 PASS stream.getAudioTracks().length is 0 |
| 9 PASS stream.getVideoTracks().length is 1 |
| 10 FAIL recorder = new MediaRecorder(stream); should not throw exception. Threw exc
eption NotSupportedError: Failed to construct 'MediaRecorder': No MediaRecorder
handler can be created.. |
| 11 PASS successfullyParsed is true |
| 12 |
| 13 TEST COMPLETE |
| 14 |
OLD | NEW |