From 864b77606ff140ce2799523767578bcb26aa1a97 Mon Sep 17 00:00:00 2001 From: Ehsan Akhgari Date: Fri, 8 Mar 2013 13:07:21 -0500 Subject: [PATCH] Bug 849106 - Adjust the fuzz tolerance value for small-shot.ogg on mobile --- content/media/webaudio/test/test_decodeAudioData.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/media/webaudio/test/test_decodeAudioData.html b/content/media/webaudio/test/test_decodeAudioData.html index de30365339b4..85c06c781926 100644 --- a/content/media/webaudio/test/test_decodeAudioData.html +++ b/content/media/webaudio/test/test_decodeAudioData.html @@ -154,7 +154,7 @@ var tests = [ 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" },