author | Ehsan Akhgari <ehsan@mozilla.com> |
Fri, 08 Mar 2013 13:07:21 -0500 | |
changeset 124237 | 8a9184a76e6e839f356927c26cf1fdd4dd9ea1da |
parent 124236 | 495fb4bf05f814fec8a5c2f7291603b22bd8d17b |
child 124238 | be570ade30231818a4c134e1eeb9d16936e918c1 |
push id | 24311 |
push user | eakhgari@mozilla.com |
push date | Fri, 08 Mar 2013 18:07:25 +0000 |
treeherder | mozilla-inbound@8a9184a76e6e [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
bugs | 849106 |
milestone | 22.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
|
content/media/webaudio/test/test_decodeAudioData.html | file | annotate | diff | comparison | revisions |
--- a/content/media/webaudio/test/test_decodeAudioData.html +++ b/content/media/webaudio/test/test_decodeAudioData.html @@ -149,17 +149,17 @@ var tests = [ { url: "small-shot.ogg", valid: true, expected: "small-shot-expected.wav", numberOfChannels: 2, duration: 0.2760, length: 13252, fuzzTolerance: 72, - fuzzToleranceMobile: 14836 + 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 }, // A video ogg file with audio