| Index: third_party/WebKit/LayoutTests/webaudio/biquad-peaking.html
|
| diff --git a/third_party/WebKit/LayoutTests/webaudio/biquad-peaking.html b/third_party/WebKit/LayoutTests/webaudio/biquad-peaking.html
|
| index ba00487524e42448c52baef0e826b2267c3a5a68..0f09286ce882cad6dbf5d14d38a9f2b9403064bd 100644
|
| --- a/third_party/WebKit/LayoutTests/webaudio/biquad-peaking.html
|
| +++ b/third_party/WebKit/LayoutTests/webaudio/biquad-peaking.html
|
| @@ -35,7 +35,10 @@ function runTest() {
|
| {cutoff : 0.25, q : 10, gain : 10 },
|
| ];
|
|
|
| - createTestAndRun(context, "peaking", filterParameters);
|
| + createTestAndRun(context, "peaking", {
|
| + threshold: 5.8234e-8,
|
| + filterParameters: filterParameters
|
| + });
|
| }
|
|
|
| runTest();
|
|
|