| Index: third_party/WebKit/LayoutTests/webaudio/Oscillator/osc-triangle-sweep-snr.html
|
| diff --git a/third_party/WebKit/LayoutTests/webaudio/Oscillator/osc-triangle-sweep-snr.html b/third_party/WebKit/LayoutTests/webaudio/Oscillator/osc-triangle-sweep-snr.html
|
| index f32e3cac9d3909710c3a6753dc228402f8340573..972822952b1bb072e64de80477c3cd6bf01ffc56 100644
|
| --- a/third_party/WebKit/LayoutTests/webaudio/Oscillator/osc-triangle-sweep-snr.html
|
| +++ b/third_party/WebKit/LayoutTests/webaudio/Oscillator/osc-triangle-sweep-snr.html
|
| @@ -22,9 +22,9 @@
|
| // Thresholds for verifying the test passes. The thresholds are
|
| // experimentally determined.
|
| tester.setThresholds({
|
| - snr: 80.50,
|
| - maxDiff: 5.71,
|
| - diffCount: 16982
|
| + snr: 1000,
|
| + maxDiff: 0,
|
| + diffCount: 0
|
| });
|
| tester.runTest(context, "triangle",
|
| "Triangle Oscillator with Exponential Sweep ", task, should);
|
|
|