| Index: LayoutTests/fast/mediarecorder/MediaRecorder-basic-video-expected.txt
|
| diff --git a/LayoutTests/fast/mediarecorder/MediaRecorder-basic-video-expected.txt b/LayoutTests/fast/mediarecorder/MediaRecorder-basic-video-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..74dcedd84f2765d861e4211be989d012d1a5e4d6
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/mediarecorder/MediaRecorder-basic-video-expected.txt
|
| @@ -0,0 +1,14 @@
|
| +This Test checks the video-only MediaRecorder API.
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +
|
| +PASS navigator.webkitGetUserMedia({video:true}, gotStream, onError); did not throw exception.
|
| +PASS Stream generated.
|
| +PASS stream.getAudioTracks().length is 0
|
| +PASS stream.getVideoTracks().length is 1
|
| +FAIL recorder = new MediaRecorder(stream); should not throw exception. Threw exception NotSupportedError: Failed to construct 'MediaRecorder': No MediaRecorder handler can be created..
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|