| Index: third_party/WebKit/LayoutTests/webaudio/audioparam-setTargetAtTime-continuous.html
|
| diff --git a/third_party/WebKit/LayoutTests/webaudio/audioparam-setTargetAtTime-continuous.html b/third_party/WebKit/LayoutTests/webaudio/audioparam-setTargetAtTime-continuous.html
|
| index 37efafef355793034cd7d582aabf56ddf914d3fd..00466d0feedf1dc07da0077f317670089b3965b5 100644
|
| --- a/third_party/WebKit/LayoutTests/webaudio/audioparam-setTargetAtTime-continuous.html
|
| +++ b/third_party/WebKit/LayoutTests/webaudio/audioparam-setTargetAtTime-continuous.html
|
| @@ -52,7 +52,7 @@
|
| },
|
| referenceFunction: linearResult,
|
| automationTime: 4 * renderQuantum / sampleRate,
|
| - thresholdSetTarget: 2.19417e-7,
|
| + thresholdSetTarget: 3.43632e-7,
|
| thresholdRamp: 1.07972e-6
|
| }).then(done);
|
| });
|
| @@ -66,7 +66,7 @@
|
| referenceFunction: exponentialResult,
|
| automationTime: renderQuantum / sampleRate,
|
| thresholdSetTarget: 0,
|
| - thresholdRamp: 1.13249e-5
|
| + thresholdRamp: 1.14441e-5
|
| }).then(done);
|
| });
|
|
|
| @@ -78,8 +78,8 @@
|
| },
|
| referenceFunction: exponentialResult,
|
| automationTime: 4 * renderQuantum / sampleRate,
|
| - thresholdSetTarget: 2.19417e-7,
|
| - thresholdRamp: 4.17233e-6
|
| + thresholdSetTarget: 3.43632e-7,
|
| + thresholdRamp: 4.29154e-6
|
| }).then(done);
|
| });
|
|
|
|
|