Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(132)

Side by Side Diff: LayoutTests/fast/mediarecorder/MediaRecorder-basic-video-expected.txt

Issue 1255873002: MediaRecorder Blink part (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: peter@ and guidou@ comments Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698