| Index: third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-setTargetAtTime.html
|
| diff --git a/third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-setTargetAtTime.html b/third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-setTargetAtTime.html
|
| index e93b9d1dda20ac3934e233135adc4430626689d4..c34bb217cbc875a2f7fdd68ab64a547d39d9f91b 100644
|
| --- a/third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-setTargetAtTime.html
|
| +++ b/third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-setTargetAtTime.html
|
| @@ -40,8 +40,10 @@ function automation(value, startTime, endTime){
|
| // endTime is not used for setTargetAtTime.
|
| gainNode.gain.setTargetAtTime(value, startTime, timeConstant)}
|
|
|
| -audit.define('test', function(task, should) {
|
| - task.describe('AudioParam setTargetAtTime() functionality.');
|
| +audit.define({
|
| + label: 'test',
|
| + description: 'AudioParam setTargetAtTime() functionality.'
|
| +}, function(task, should) {
|
| createAudioGraphAndTest(
|
| task, should, numberOfTests, initialValue, setValue, automation,
|
| 'setTargetAtTime()', maxAllowedError, createExponentialApproachArray);
|
|
|