author | Ryan VanderMeulen <ryanvm@gmail.com> |
Fri, 26 Jul 2013 15:17:34 -0400 | |
changeset 140205 | 7b60ddc950079d153aa29fc7d2f16d88bbb62d1c |
parent 140204 | ddbd70f50d73736d5bfa5845600af86c290171a2 |
child 140206 | b54402f21eb8a8c1c585a094826f9e473ac8df26 |
push id | 31642 |
push user | ryanvm@gmail.com |
push date | Fri, 26 Jul 2013 19:17:43 +0000 |
treeherder | mozilla-inbound@7b60ddc95007 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
bugs | 894941 |
milestone | 25.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/content/media/webaudio/test/test_mediaDecoding.html +++ b/content/media/webaudio/test/test_mediaDecoding.html @@ -152,17 +152,17 @@ var tests = [ { url: "small-shot.ogg", valid: true, expected: "small-shot-expected.wav", expectedMono: "small-shot-mono-expected.wav", numberOfChannels: 2, duration: 0.2760, length: 13248, - fuzzTolerance: 72, + fuzzTolerance: 76, fuzzToleranceMobile: 14844 }, // A wave file //{ url: "24bit-44khz.wav", valid: true, expected: "24bit-44khz-expected.wav" }, // A non-audio file { url: "invalid.txt", valid: false }, // A webm file with no audio { url: "noaudio.webm", valid: false },