| 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..e5937b7e30819cae97145513c0c1563255a3015f 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.00006
|
| });
|
| tester.runTest(context, "sine",
|
| - "Sine Oscillator with Exponential Sweep",
|
| - task, should);
|
| + "Sine Oscillator with Exponential Sweep", task, should);
|
| });
|
|
|
| audit.run();
|
|
|