| Index: third_party/WebKit/LayoutTests/webaudio/biquad-tail.html
|
| diff --git a/third_party/WebKit/LayoutTests/webaudio/biquad-tail.html b/third_party/WebKit/LayoutTests/webaudio/biquad-tail.html
|
| index 6a66c7d6585fe4a81d149c0e21735fb8af0873aa..ef28b1ead895e6988a13d57df8fe5e821245d6a0 100644
|
| --- a/third_party/WebKit/LayoutTests/webaudio/biquad-tail.html
|
| +++ b/third_party/WebKit/LayoutTests/webaudio/biquad-tail.html
|
| @@ -24,7 +24,7 @@
|
|
|
| // The output of the biquad filter should not change by more than this much between output
|
| // samples. Threshold was determined experimentally.
|
| - var glitchThreshold = 0.0129;
|
| + var glitchThreshold = 0.012968;
|
|
|
| // Test that a Biquad filter doesn't have it's output terminated because the input has gone
|
| // away. Generally, when a source node is finished, it disconnects itself from any downstream
|
|
|