Bug 448636 - Add testcase

--HG--
extra : rebase_source : fe95db053fdb42cece6c9fe2784420d792a3a8e9
This commit is contained in:
Chris Double 2009-08-04 14:44:45 +12:00
parent bd6284138a
commit 4594182bdd
3 changed files with 2 additions and 0 deletions

Binary file not shown.

View File

@ -113,6 +113,7 @@ _TEST_FILES += \
320x240.ogv \
320x240.allow-origin.ogv \
320x240.allow-origin.ogv^headers^ \
448636.ogv \
bug461281.ogg \
bug482461.ogv \
seek.ogv \

View File

@ -36,6 +36,7 @@ var gPlayTests = [
var gErrorTests = [
{ name:"bogus.wav", type:"audio/x-wav" },
{ name:"bogus.ogv", type:"video/ogg" },
{ name:"448636.ogv", type:"video/ogg" },
{ name:"bogus.duh", type:"bogus/duh" }
];