| Index: third_party/WebKit/LayoutTests/webaudio/Oscillator/osc-sine-sweep-snr.html
|
| diff --git a/third_party/WebKit/LayoutTests/webaudio/Oscillator/osc-sine-sweep-snr.html b/third_party/WebKit/LayoutTests/webaudio/Oscillator/osc-sine-sweep-snr.html
|
| index c3a864dabdf69ad30cb933e12082c92f5276e1c7..d56ea4151db5e2bc1d4b4d9caa077b556eb43701 100644
|
| --- a/third_party/WebKit/LayoutTests/webaudio/Oscillator/osc-sine-sweep-snr.html
|
| +++ b/third_party/WebKit/LayoutTests/webaudio/Oscillator/osc-sine-sweep-snr.html
|
| @@ -21,9 +21,9 @@
|
|
|
| // The thresholds are experimentally determined.
|
| tester.setThresholds({
|
| - snr: 81.05,
|
| - maxDiff: 6.78,
|
| - diffCount: 17608
|
| + snr: 1000,
|
| + maxDiff: 0,
|
| + diffCount: 0
|
| });
|
| tester.runTest(context, "sine",
|
| "Sine Oscillator with Exponential Sweep",
|
|
|