| Index: third_party/WebKit/LayoutTests/webaudio/panner-automation-position.html
|
| diff --git a/third_party/WebKit/LayoutTests/webaudio/panner-automation-position.html b/third_party/WebKit/LayoutTests/webaudio/panner-automation-position.html
|
| index 56fad3232d722225fc05e40aa98f3b15a30ebd54..9a493736e81b7c10c6e8606666204d39be5eac9b 100644
|
| --- a/third_party/WebKit/LayoutTests/webaudio/panner-automation-position.html
|
| +++ b/third_party/WebKit/LayoutTests/webaudio/panner-automation-position.html
|
| @@ -251,9 +251,13 @@
|
| if (options.errorThreshold)
|
| errorThreshold = options.errorThreshold[channelCount - 1]
|
|
|
| - Should(prefix + "distanceModel: " + info + ", left channel", data0)
|
| + Should(prefix + "distanceModel: " + info + ", left channel", data0, {
|
| + precision: 5
|
| + })
|
| .beCloseToArray(expected0, errorThreshold);
|
| - Should(prefix + "distanceModel: " + info + ", right channel", data1)
|
| + Should(prefix + "distanceModel: " + info + ", right channel", data1, {
|
| + precision: 5
|
| + })
|
| .beCloseToArray(expected1, errorThreshold);
|
| });
|
| }
|
|
|