Bug 975933 - Increase precision of bug516323.indexed.ogv index's timestamp denominator to prevent precision mismatch causing test failures. r=rillian

This commit is contained in:
Chris Pearce 2014-02-26 13:36:54 +13:00
parent 9272d52033
commit 658355882f
2 changed files with 1 additions and 1 deletions

View File

@ -344,7 +344,7 @@ var gSeekTests = [
{ name:"seek.ogv", type:"video/ogg", duration:3.966 },
{ name:"320x240.ogv", type:"video/ogg", duration:0.266 },
{ name:"seek.webm", type:"video/webm", duration:3.966 },
{ name:"bug516323.indexed.ogv", type:"video/ogg", duration:4.208 },
{ name:"bug516323.indexed.ogv", type:"video/ogg", duration:4.208333 },
{ name:"split.webm", type:"video/webm", duration:1.967 },
{ name:"detodos.opus", type:"audio/ogg; codecs=opus", duration:2.9135 },
{ name:"gizmo.mp4", type:"video/mp4", duration:5.56 },