summaryrefslogtreecommitdiffstats
path: root/dom/media/test/manifest.js
diff options
context:
space:
mode:
authorMoonchild <mcwerewolf@gmail.com>2018-09-29 21:44:57 +0200
committerGitHub <noreply@github.com>2018-09-29 21:44:57 +0200
commitc7e12ca399b7d637333a588e028e005ef904c157 (patch)
treed60f3c9584fccddaa9572ab03eb966fccf9fd0f7 /dom/media/test/manifest.js
parent778b3c4d7ea3623c868f0dc8d4fa8db11449922f (diff)
parent704c935398b9a4b122d072a8c12e4a2475d35d78 (diff)
downloadUXP-c7e12ca399b7d637333a588e028e005ef904c157.tar
UXP-c7e12ca399b7d637333a588e028e005ef904c157.tar.gz
UXP-c7e12ca399b7d637333a588e028e005ef904c157.tar.lz
UXP-c7e12ca399b7d637333a588e028e005ef904c157.tar.xz
UXP-c7e12ca399b7d637333a588e028e005ef904c157.zip
Merge pull request #800 from trav90/update-from-upstream
Update libnestegg from upstream
Diffstat (limited to 'dom/media/test/manifest.js')
-rw-r--r--dom/media/test/manifest.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/dom/media/test/manifest.js b/dom/media/test/manifest.js
index c6d533c1b..7e30cc97d 100644
--- a/dom/media/test/manifest.js
+++ b/dom/media/test/manifest.js
@@ -224,6 +224,9 @@ var gPlayTests = [
// Test playback of a webm file
{ name:"seek-short.webm", type:"video/webm", duration:0.23 },
+ // Test playback of a webm file with 'matroska' doctype
+ { name:"bug1377278.webm", type:"video/webm", duration:4.0 },
+
// Test playback of a WebM file with non-zero start time.
{ name:"split.webm", type:"video/webm", duration:1.967 },
@@ -532,7 +535,6 @@ var gErrorTests = [
{ name:"448636.ogv", type:"video/ogg" },
{ name:"bug504843.ogv", type:"video/ogg" },
{ name:"bug501279.ogg", type:"audio/ogg" },
- { name:"bug580982.webm", type:"video/webm" },
{ name:"bug603918.webm", type:"video/webm" },
{ name:"bug604067.webm", type:"video/webm" },
{ name:"bogus.duh", type:"bogus/duh" }