summaryrefslogtreecommitdiffstats
path: root/dom/media/test/test_media_selection.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/media/test/test_media_selection.html')
-rw-r--r--dom/media/test/test_media_selection.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/media/test/test_media_selection.html b/dom/media/test/test_media_selection.html
index 33ecabfd58..72bde2dd9e 100644
--- a/dom/media/test/test_media_selection.html
+++ b/dom/media/test/test_media_selection.html
@@ -111,7 +111,7 @@ for (var i = 0; i < gSmallTests.length; ++i) {
checkMetadata(t.name, e, t);
}}(test);
- var otherType = type.match(/^video\//) ? "audio/x-wav" : "video/ogg";
+ var otherType = type.match(/^video\//) ? "audio/x-wav" : "video/webm";
subtests.push(maketest(set_src, src, null, check),
maketest(add_source, src, null, check),
maketest(add_source, src, type, check),