Index: third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-constructor.html |
diff --git a/third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-constructor.html b/third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-constructor.html |
index 40eec4c8e8916925e027bffa5378210e21d4d9a2..e659241ed20ad9500460402268c84d7a6579df81 100644 |
--- a/third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-constructor.html |
+++ b/third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-constructor.html |
@@ -9,8 +9,10 @@ |
<script> |
let audit = Audit.createTaskRunner(); |
-audit.define('test', (task, should) => { |
- task.describe('OfflineAudioContext constructor'); |
+audit.define({ |
+ label: 'test', |
+ description: 'OfflineAudioContext constructor' |
+}, (task, should) => { |
let context; |
// Make sure we don't crash when giving 0 as number of frames. |
should( |