| Index: third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-update-value-attribute.html
|
| diff --git a/third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-update-value-attribute.html b/third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-update-value-attribute.html
|
| index 2887f017c383a3363968617fc2c620a31ef3231f..d5289bb94b44ac772e6a6a94881a12548ffae16d 100644
|
| --- a/third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-update-value-attribute.html
|
| +++ b/third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-update-value-attribute.html
|
| @@ -160,7 +160,7 @@
|
|
|
| return context.startRendering().then(function (resultBuffer) {
|
| // Just print a final pass (or fail) message.
|
| - Should("Gain .value attribute", success)
|
| + Should("Gain .value attribute for " + test.message, success)
|
| .summarize("correctly updated during automation",
|
| "not correctly updated during automation; max error = " + maxError);
|
| });
|
|
|