Bug 895720 - On MacOS, increase the fuzz factor for test_audioBufferSourceNodeOffset.html.

This commit is contained in:
Paul Adenot 2013-07-30 11:06:33 +01:00
parent 5ec3fda767
commit 0e9230a9f2

View File

@ -10,6 +10,13 @@
<pre id="test">
<script class="testbody" type="text/javascript">
var fuzz = 0.3;
if (navigator.platform.startsWith("Mac")) {
// bug 895720
fuzz = 0.6;
}
SimpleTest.waitForExplicitFinish();
addLoadEvent(function() {
var samplesFromSource = 0;