| Index: content/test/data/media/mediarecorder_test.html
|
| diff --git a/content/test/data/media/mediarecorder_test.html b/content/test/data/media/mediarecorder_test.html
|
| index f82f9bd146a8068e5b1c877d2de061c963eed13a..f40d68d743ccee1a9820caba3c3baffa9ac6b2f8 100644
|
| --- a/content/test/data/media/mediarecorder_test.html
|
| +++ b/content/test/data/media/mediarecorder_test.html
|
| @@ -16,7 +16,7 @@
|
| // This test must be run with experimental GetUserMedia flag on.
|
|
|
| const DEFAULT_CONSTRAINTS= {audio:true, video:true};
|
| -const DEFAULT_RECORDER_MIME_TYPE = 'video/vp8';
|
| +const DEFAULT_RECORDER_MIME_TYPE = '';
|
| const DEFAULT_TIME_SLICE = 100;
|
|
|
| function createAndStartMediaRecorder(stream, mimeType) {
|
|
|