| Index: third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-suspend-resume-eventhandler.html
|
| diff --git a/third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-suspend-resume-eventhandler.html b/third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-suspend-resume-eventhandler.html
|
| index c74b0af5f67e710336e85b7dfd49f74fada79c39..8200d223d7734049f4211335fcc04061b964a6a2 100644
|
| --- a/third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-suspend-resume-eventhandler.html
|
| +++ b/third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-suspend-resume-eventhandler.html
|
| @@ -26,8 +26,10 @@
|
| // in to the render quantum boundary.
|
| var suspendInterval = 0.25;
|
|
|
| - audit.define('test', (task, should) => {
|
| - task.describe('Test event handler from resume() and suspend()');
|
| + audit.define({
|
| + label: 'test',
|
| + description: 'Test event handler from resume() and suspend()'
|
| + }, (task, should) => {
|
| context =
|
| new OfflineAudioContext(1, sampleRate * renderDuration, sampleRate);
|
|
|
|
|