| Index: third_party/WebKit/LayoutTests/webaudio/Panner/panner-distance-clamping.html
|
| diff --git a/third_party/WebKit/LayoutTests/webaudio/Panner/panner-distance-clamping.html b/third_party/WebKit/LayoutTests/webaudio/Panner/panner-distance-clamping.html
|
| index 02af1e2fa23b3f3822b67a1ec43cb994a6a5636b..2a64972ab59f0259d6376c9f8a50f64bd238f7b1 100644
|
| --- a/third_party/WebKit/LayoutTests/webaudio/Panner/panner-distance-clamping.html
|
| +++ b/third_party/WebKit/LayoutTests/webaudio/Panner/panner-distance-clamping.html
|
| @@ -198,7 +198,7 @@
|
| var actual = resultBuffer.getChannelData(0);
|
| var expected = resultBuffer.getChannelData(1);
|
|
|
| - Should("Distance (" + xTest + ") is outside the range [" +
|
| + Should("Model: " + options.distanceModel + ": Distance (" + xTest + ") is outside the range [" +
|
| pannerRef.refDistance + ", " + pannerRef.maxDistance + "]",
|
| xTest < pannerRef.refDistance || xTest > pannerRef.maxDistance)
|
| .beEqualTo(true);
|
|
|