| Index: third_party/WebKit/LayoutTests/webaudio/audioparam-setValueCurve-duration.html
|
| diff --git a/third_party/WebKit/LayoutTests/webaudio/audioparam-setValueCurve-duration.html b/third_party/WebKit/LayoutTests/webaudio/audioparam-setValueCurve-duration.html
|
| index adbcacdc52276c06f09c06188b751020cb8e4c1a..50be73c7c501a502ffaeac6d1d2be9daaf411ccb 100644
|
| --- a/third_party/WebKit/LayoutTests/webaudio/audioparam-setValueCurve-duration.html
|
| +++ b/third_party/WebKit/LayoutTests/webaudio/audioparam-setValueCurve-duration.html
|
| @@ -52,7 +52,9 @@
|
|
|
| var message = "setValueCurve([" + curve + "], 0, " + duration + ")";
|
|
|
| - success = Should("Max amplitude of " + message, max).beLessThanOrEqualTo(expectedMax);
|
| + success = Should("Max amplitude of " + message, max, {
|
| + brief: true
|
| + }).beLessThanOrEqualTo(expectedMax);
|
|
|
| if (success)
|
| testPassed(message + " correctly rendered.")
|
|
|