| Index: third_party/WebKit/LayoutTests/webaudio/Oscillator/osc-sawtooth-sweep-snr.html
|
| diff --git a/third_party/WebKit/LayoutTests/webaudio/Oscillator/osc-sawtooth-sweep-snr.html b/third_party/WebKit/LayoutTests/webaudio/Oscillator/osc-sawtooth-sweep-snr.html
|
| index a38d206285b4d3b0910d69ac739dd8e2ec135a94..e0ec7d8e8f826d5ba03d476290dd1fe3cbd0dd9a 100644
|
| --- a/third_party/WebKit/LayoutTests/webaudio/Oscillator/osc-sawtooth-sweep-snr.html
|
| +++ b/third_party/WebKit/LayoutTests/webaudio/Oscillator/osc-sawtooth-sweep-snr.html
|
| @@ -21,9 +21,9 @@
|
|
|
| // The thresholds are experimentally determined.
|
| tester.setThresholds({
|
| - snr: 80.00,
|
| - maxDiff: 4.06,
|
| - diffCount: 15827
|
| + snr: 1000,
|
| + maxDiff: 0,
|
| + diffCount: 0
|
| });
|
| tester.runTest(context, "sawtooth",
|
| "Sawtooth Oscillator with Exponential Sweep",
|
|
|