Index: third_party/WebKit/LayoutTests/webaudio/biquad-allpass.html |
diff --git a/third_party/WebKit/LayoutTests/webaudio/biquad-allpass.html b/third_party/WebKit/LayoutTests/webaudio/biquad-allpass.html |
index fa5f3b1e64a2a86e561ee41ed5547b74c9c765c2..8493418b9ad9356f0d2fc474048b46b9a7444004 100644 |
--- a/third_party/WebKit/LayoutTests/webaudio/biquad-allpass.html |
+++ b/third_party/WebKit/LayoutTests/webaudio/biquad-allpass.html |
@@ -33,7 +33,10 @@ function runTest() { |
{cutoff : .5, q : 0, gain : 1 }, |
{cutoff : 0.25, q : 10, gain : 1 }, |
]; |
- createTestAndRun(context, "allpass", filterParameters); |
+ createTestAndRun(context, "allpass", { |
+ threshold: 3.9337e-8, |
+ filterParameters: filterParameters |
+ }); |
} |
runTest(); |