| Index: third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/note-grain-on-play.html
|
| diff --git a/third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/note-grain-on-play.html b/third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/note-grain-on-play.html
|
| index b5d0b7838c77d0c1bacafc4a2b79af95b7f73e6d..c9fb5bfaa8ef69af11946c4808b39a626126f198 100644
|
| --- a/third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/note-grain-on-play.html
|
| +++ b/third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/note-grain-on-play.html
|
| @@ -87,8 +87,10 @@
|
| .beEqualTo(0);
|
| }
|
|
|
| - audit.define("note-grain-on-play", function(task, should) {
|
| - task.describe("Test noteGrainOn offset rendering");
|
| + audit.define({
|
| + label: "note-grain-on-play",
|
| + description: "Test noteGrainOn offset rendering"
|
| + }, function(task, should) {
|
| // Create offline audio context.
|
| context = new OfflineAudioContext(2, sampleRate *
|
| renderTime, sampleRate);
|
|
|