| Index: third_party/WebKit/LayoutTests/webaudio/AudioNode/audionode-channel-rules.html
|
| diff --git a/third_party/WebKit/LayoutTests/webaudio/AudioNode/audionode-channel-rules.html b/third_party/WebKit/LayoutTests/webaudio/AudioNode/audionode-channel-rules.html
|
| index e7ea205dd9bbd29fed48acb9959b8f27eb161430..f13e651561d3eedaa4c149cf60401614b3fa0933 100644
|
| --- a/third_party/WebKit/LayoutTests/webaudio/AudioNode/audionode-channel-rules.html
|
| +++ b/third_party/WebKit/LayoutTests/webaudio/AudioNode/audionode-channel-rules.html
|
| @@ -213,8 +213,10 @@ function checkResult(buffer, should) {
|
| }
|
| }
|
|
|
| -audit.define('test', function(task, should) {
|
| - task.describe('Channel mixing rules for AudioNodes');
|
| +audit.define({
|
| + label: 'test',
|
| + description: 'Channel mixing rules for AudioNodes'
|
| +}, function(task, should) {
|
|
|
| // Create 8-channel offline audio context. Each test will render 8
|
| // sample-frames starting at sample-frame position testNumber * 8.
|
|
|