mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 10:57:34 +09:00
Update test files for libnestegg update
This commit is contained in:
parent
7682eb71f8
commit
87be2b9973
4 changed files with 5 additions and 3 deletions
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue