| Index: third_party/WebKit/LayoutTests/webaudio/Oscillator/osc-square-sweep-snr.html
|
| diff --git a/third_party/WebKit/LayoutTests/webaudio/Oscillator/osc-square-sweep-snr.html b/third_party/WebKit/LayoutTests/webaudio/Oscillator/osc-square-sweep-snr.html
|
| index 2a3d35027047753bace7ef5af0e8f3e931638c92..3389a66655e3ba5572645c2db33d093f60edbc90 100644
|
| --- a/third_party/WebKit/LayoutTests/webaudio/Oscillator/osc-square-sweep-snr.html
|
| +++ b/third_party/WebKit/LayoutTests/webaudio/Oscillator/osc-square-sweep-snr.html
|
| @@ -21,8 +21,9 @@
|
|
|
| // The thresholds are experimentally determined.
|
| tester.setThresholds({
|
| - snr: 93.325,
|
| - maxDiff: 0.00011
|
| + snr: 1000,
|
| + maxDiff: 0,
|
| + diffCount: 0
|
| });
|
| tester.runTest(context, "square",
|
| "Square Oscillator with Exponential Sweep", task, should);
|
|
|