| Index: third_party/WebKit/LayoutTests/webaudio/biquad-automation.html
|
| diff --git a/third_party/WebKit/LayoutTests/webaudio/biquad-automation.html b/third_party/WebKit/LayoutTests/webaudio/biquad-automation.html
|
| index b278f6c964cd6a982096a0a8b54963118c5ba3aa..33d41d90af3ce9dbd5d846479bae2e0ef3935d0f 100644
|
| --- a/third_party/WebKit/LayoutTests/webaudio/biquad-automation.html
|
| +++ b/third_party/WebKit/LayoutTests/webaudio/biquad-automation.html
|
| @@ -290,7 +290,7 @@
|
| f.detune.linearRampToValueAtTime(parameters.detune[1], automationEndTime);
|
|
|
| context.startRendering()
|
| - .then(createFilterVerifier(createPeakingFilter, 3.1233e-4, parameters, b.getChannelData(0),
|
| + .then(createFilterVerifier(createPeakingFilter, 6.2907e-4, parameters, b.getChannelData(0),
|
| "Output of peaking filter with automation of all parameters"))
|
| .then(done);
|
| });
|
|
|