summaryrefslogtreecommitdiffstats
path: root/dom/media/test/manifest.js
diff options
context:
space:
mode:
authortrav90 <travawine@palemoon.org>2018-09-29 10:06:58 -0500
committertrav90 <travawine@palemoon.org>2018-09-29 10:06:58 -0500
commit704c935398b9a4b122d072a8c12e4a2475d35d78 (patch)
treeaa9dd4bc8427151d48775bbc82390ca9c6e1cba1 /dom/media/test/manifest.js
parentdad1c31db8d507f1e3c6a948c820991f41c62b38 (diff)
downloadUXP-704c935398b9a4b122d072a8c12e4a2475d35d78.tar
UXP-704c935398b9a4b122d072a8c12e4a2475d35d78.tar.gz
UXP-704c935398b9a4b122d072a8c12e4a2475d35d78.tar.lz
UXP-704c935398b9a4b122d072a8c12e4a2475d35d78.tar.xz
UXP-704c935398b9a4b122d072a8c12e4a2475d35d78.zip
Update test files for libnestegg update
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" }