| Index: third_party/WebKit/LayoutTests/fast/mediacapturefromelement/HTMLMediaElementCapture-capture.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/mediacapturefromelement/HTMLMediaElementCapture-capture.html b/third_party/WebKit/LayoutTests/fast/mediacapturefromelement/HTMLMediaElementCapture-capture.html
|
| index 120711bcfc9c7fdb4a536478b799c5275f5e16de..75866ae4e5017043e5b0619440df6ce254a7ee20 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/mediacapturefromelement/HTMLMediaElementCapture-capture.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/mediacapturefromelement/HTMLMediaElementCapture-capture.html
|
| @@ -18,7 +18,7 @@ var makeAsyncTest = function(filename) {
|
| assert_true(event.data.size > 0, 'Recorded data size should be > 0');
|
| });
|
|
|
| - recorder.start();
|
| + recorder.start(1);
|
| video.play();
|
|
|
| });
|
|
|