| Index: third_party/WebKit/LayoutTests/webaudio/Oscillator/osc-custom-sweep-snr.html
|
| diff --git a/third_party/WebKit/LayoutTests/webaudio/Oscillator/osc-custom-sweep-snr.html b/third_party/WebKit/LayoutTests/webaudio/Oscillator/osc-custom-sweep-snr.html
|
| index ca8bda5e3268c08eeec48268791753defaf56f5e..9d263d4e588779082589244652e2dd7b95632ba3 100644
|
| --- a/third_party/WebKit/LayoutTests/webaudio/Oscillator/osc-custom-sweep-snr.html
|
| +++ b/third_party/WebKit/LayoutTests/webaudio/Oscillator/osc-custom-sweep-snr.html
|
| @@ -21,9 +21,9 @@
|
|
|
| // The thresholds are experimentally determined.
|
| tester.setThresholds({
|
| - snr: 80.21,
|
| - maxDiff: 4.88,
|
| - diffCount: 15016
|
| + snr: 1000,
|
| + maxDiff: 0,
|
| + diffCount: 0
|
| });
|
| tester.runTest(context, "custom",
|
| "Custom Oscillator with Exponential Sweep", task, should);
|
|
|