| 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 d56ea4151db5e2bc1d4b4d9caa077b556eb43701..d053481bb61005a3455e464a7597ab6c90320805 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,13 +21,11 @@
|
|
|
| // The thresholds are experimentally determined.
|
| tester.setThresholds({
|
| - snr: 1000,
|
| - maxDiff: 0,
|
| - diffCount: 0
|
| + snr: 94.001,
|
| + maxDiff: 0.00005713
|
| });
|
| tester.runTest(context, "sine",
|
| - "Sine Oscillator with Exponential Sweep",
|
| - task, should);
|
| + "Sine Oscillator with Exponential Sweep", task, should);
|
| });
|
|
|
| audit.run();
|
|
|