mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
Bug 501279 - Add testcases, includes test files from bug 504644 and bug 506094 as they're fixed by bug 501279 too.
This commit is contained in:
parent
e55d7dbb34
commit
4c8efcdc81
@ -122,6 +122,9 @@ _TEST_FILES += \
|
||||
bug499519.ogv \
|
||||
bug500311.ogv \
|
||||
bug500311.ogv^headers^ \
|
||||
bug501279.ogg \
|
||||
bug504644.ogv \
|
||||
bug506094.ogv \
|
||||
seek.ogv \
|
||||
small-shot.ogg \
|
||||
sound.ogg \
|
||||
|
BIN
content/media/test/bug501279.ogg
Normal file
BIN
content/media/test/bug501279.ogg
Normal file
Binary file not shown.
BIN
content/media/test/bug504644.ogv
Normal file
BIN
content/media/test/bug504644.ogv
Normal file
Binary file not shown.
BIN
content/media/test/bug506094.ogv
Normal file
BIN
content/media/test/bug506094.ogv
Normal file
Binary file not shown.
@ -7,6 +7,7 @@ var gSmallTests = [
|
||||
{ name:"r11025_s16_c1.wav", type:"audio/x-wav", duration:1.0 },
|
||||
{ name:"320x240.ogv", type:"video/ogg", width:320, height:240 },
|
||||
{ name: "bug499519.ogv", type:"video/ogg", duration:0.24 },
|
||||
{ name: "bug506094.ogv", type:"video/ogg", duration:0 },
|
||||
{ name:"bogus.duh", type:"bogus/duh" }
|
||||
];
|
||||
|
||||
@ -43,6 +44,8 @@ var gErrorTests = [
|
||||
{ name: "bug498855-1.ogv", type:"video/ogg", duration:0.2 },
|
||||
{ name: "bug498855-2.ogv", type:"video/ogg", duration:0.2 },
|
||||
{ name: "bug498855-3.ogv", type:"video/ogg", duration:0.2 },
|
||||
{ name: "bug501279.ogg", type:"audio/ogg", duration:0 },
|
||||
{ name: "bug504644.ogv", type:"video/ogg", duration:1.56 },
|
||||
{ name:"bogus.wav", type:"audio/x-wav" },
|
||||
{ name:"bogus.ogv", type:"video/ogg" },
|
||||
{ name:"448636.ogv", type:"video/ogg" },
|
||||
|
Loading…
Reference in New Issue
Block a user