diff --git a/content/media/test/Makefile.in b/content/media/test/Makefile.in index d9b693c0413..3de9f8ca4c5 100644 --- a/content/media/test/Makefile.in +++ b/content/media/test/Makefile.in @@ -114,6 +114,7 @@ _TEST_FILES += \ 320x240.allow-origin.ogv \ 320x240.allow-origin.ogv^headers^ \ 448636.ogv \ + bug495129.ogv \ bug461281.ogg \ bug482461.ogv \ bug498855-1.ogv \ diff --git a/content/media/test/bug495129.ogv b/content/media/test/bug495129.ogv new file mode 100644 index 00000000000..44eb9296f56 Binary files /dev/null and b/content/media/test/bug495129.ogv differ diff --git a/content/media/test/manifest.js b/content/media/test/manifest.js index 252d848a1c0..c738ca97146 100644 --- a/content/media/test/manifest.js +++ b/content/media/test/manifest.js @@ -41,6 +41,7 @@ var gPlayTests = [ // Put files of the same type together in this list so if something crashes // we have some idea of which backend is responsible. var gErrorTests = [ + { name: "bug495129.ogv", type:"video/ogg", duration:2.52 }, { 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 },