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

Unified 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: Created 5 years, 5 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 side-by-side diff with in-line comments
Download patch
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
+

Powered by Google App Engine
This is Rietveld 408576698