| Index: third_party/WebKit/LayoutTests/webaudio/BiquadFilter/biquad-tail.html
|
| diff --git a/third_party/WebKit/LayoutTests/webaudio/BiquadFilter/biquad-tail.html b/third_party/WebKit/LayoutTests/webaudio/BiquadFilter/biquad-tail.html
|
| index 0b942a118586527c5865f33e35603678e3af847b..415050b947f89a9172988489271ed14b384e681f 100644
|
| --- a/third_party/WebKit/LayoutTests/webaudio/BiquadFilter/biquad-tail.html
|
| +++ b/third_party/WebKit/LayoutTests/webaudio/BiquadFilter/biquad-tail.html
|
| @@ -32,8 +32,10 @@
|
| // generally assumed to output zeroes. This is also desired behavior. However, biquad
|
| // filters have memory so they should not suddenly output zeroes when the input is
|
| // disconnected. This test checks to see if the output doesn't suddenly change to zero.
|
| - audit.define("test", function (task, should) {
|
| - task.describe("Biquad Tail Output");
|
| + audit.define({
|
| + label: "test",
|
| + description: "Biquad Tail Output"
|
| + }, function (task, should) {
|
| let context = new OfflineAudioContext(1, testDurationFrames, sampleRate);
|
|
|
| // Create an impulse source.
|
|
|