From 59ec9cbd9a782c08b74793365a5d68514b4c2195 Mon Sep 17 00:00:00 2001 From: Andreas Pehrson Date: Thu, 18 Apr 2019 15:23:07 +0000 Subject: [PATCH] Bug 1536766 - Re-label two files in gPlayTests as video, since they contain video tracks. r=jya Differential Revision: https://phabricator.services.mozilla.com/D27258 --HG-- extra : moz-landing-system : lando --- dom/media/test/manifest.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dom/media/test/manifest.js b/dom/media/test/manifest.js index ae409c405058..1527bb84f08b 100644 --- a/dom/media/test/manifest.js +++ b/dom/media/test/manifest.js @@ -233,8 +233,8 @@ var gPlayTests = [ { name:"bug495794.ogg", type:"audio/ogg", duration:0.3 }, { name:"bug557094.ogv", type:"video/ogg", duration:0.24 }, { name:"multiple-bos.ogg", type:"video/ogg", duration:0.431 }, - { name:"audio-overhang.ogg", type:"audio/ogg", duration:2.3 }, - { name:"video-overhang.ogg", type:"audio/ogg", duration:3.966 }, + { name:"audio-overhang.ogg", type:"video/ogg", duration:2.3 }, + { name:"video-overhang.ogg", type:"video/ogg", duration:3.966 }, // bug461281.ogg with the middle second chopped out. { name:"audio-gaps.ogg", type:"audio/ogg", duration:2.208 },