summaryrefslogtreecommitdiffstats
path: root/dom/media/test/test_streams_element_capture_twice.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/media/test/test_streams_element_capture_twice.html')
-rw-r--r--dom/media/test/test_streams_element_capture_twice.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/media/test/test_streams_element_capture_twice.html b/dom/media/test/test_streams_element_capture_twice.html
index 0e30be1801..f180fd12fd 100644
--- a/dom/media/test/test_streams_element_capture_twice.html
+++ b/dom/media/test/test_streams_element_capture_twice.html
@@ -66,7 +66,7 @@ async function startTest(src) {
(async function() {
try {
- await startTest("short-video.ogv");
+ await startTest("vp9cake.webm");
} catch(e) {
ok(false, `Caught error: ${e}${e.stack ? '\n' + e.stack : ''}`);
} finally {