| Index: third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-suspend-resume-promise.html
|
| diff --git a/third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-suspend-resume-promise.html b/third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-suspend-resume-promise.html
|
| index 3734e34db5caddd531b4c8b646819a1f491660cd..5d7ae994ca52eccadd0fc68291130aad5b95b87b 100644
|
| --- a/third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-suspend-resume-promise.html
|
| +++ b/third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-suspend-resume-promise.html
|
| @@ -58,8 +58,10 @@
|
| }
|
| }
|
|
|
| - audit.define('test', (task, should) => {
|
| - task.describe('Promise resolution of resume() and suspend()');
|
| + audit.define({
|
| + label: 'test',
|
| + description: 'Promise resolution of resume() and suspend()'
|
| + }, (task, should) => {
|
| context = new OfflineAudioContext(1, sampleRate * renderDuration,
|
| sampleRate);
|
|
|
|
|