| 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 6141bc190b9158ea2c0c8a8e5539de98dc0f3cf7..420e3959309daaa64ecc43883bf7c8f59c4d7032 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/mediacapturefromelement/HTMLMediaElementCapture-capture.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/mediacapturefromelement/HTMLMediaElementCapture-capture.html
|
| @@ -27,9 +27,10 @@ var makeAsyncTest = function(filename) {
|
| }), "<video>.captureStream() and assert data flows.";
|
| };
|
|
|
| -generate_tests(makeAsyncTest,
|
| - [[ "video-only", "test-v-128k-320x240-24fps-8kfr.webm"],
|
| - [ "audio-only", "test-a-128k-44100Hz-1ch.webm"],
|
| - [ "video+audio", "test.webm"]]);
|
| +generate_tests(makeAsyncTest, [
|
| + [ "video-only", "test-v-128k-320x240-24fps-8kfr.webm" ],
|
| + [ "audio-only", "test-a-128k-44100Hz-1ch.webm" ],
|
| + [ "video+audio", "test-av-384k-44100Hz-1ch-320x240-30fps-10kfr.webm" ]
|
| +]);
|
|
|
| </script>
|
|
|