| 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 e0ec7d8e8f826d5ba03d476290dd1fe3cbd0dd9a..7b58ff19a49d5830949cd27a035427f6bde43331 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,13 +21,11 @@
|
|
|
| // The thresholds are experimentally determined.
|
| tester.setThresholds({
|
| - snr: 1000,
|
| - maxDiff: 0,
|
| - diffCount: 0
|
| + snr: 92.858,
|
| + maxDiff: 0.00009933
|
| });
|
| tester.runTest(context, "sawtooth",
|
| - "Sawtooth Oscillator with Exponential Sweep",
|
| - task, should);
|
| + "Sawtooth Oscillator with Exponential Sweep", task, should);
|
| });
|
|
|
| audit.run();
|
|
|