Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(191)

Unified Diff: third_party/WebKit/LayoutTests/webaudio/AudioNode/audionode.html

Issue 2708953003: Move task.describe descriptions to audit.define (Closed)
Patch Set: Address review comments. Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/webaudio/AudioNode/audionode.html
diff --git a/third_party/WebKit/LayoutTests/webaudio/AudioNode/audionode.html b/third_party/WebKit/LayoutTests/webaudio/AudioNode/audionode.html
index e7339116e4738649f04236a2e807f0e90af75db4..781e0e0689ff8127f487e84e23bf18d34f63ceff 100644
--- a/third_party/WebKit/LayoutTests/webaudio/AudioNode/audionode.html
+++ b/third_party/WebKit/LayoutTests/webaudio/AudioNode/audionode.html
@@ -19,8 +19,10 @@ let context = 0;
let context2 = 0;
let context3 = 0;
-audit.define('test', function(task, should) {
- task.describe('Basic tests for AudioNode API.');
+audit.define({
+ label: 'test',
+ description: 'Basic tests for AudioNode API.'
+}, function(task, should) {
context = new AudioContext();
window.audioNode = context.createBufferSource();

Powered by Google App Engine
This is Rietveld 408576698