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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/Delay/delaynode-max-nondefault-delay.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/Delay/delaynode-max-nondefault-delay.html
diff --git a/third_party/WebKit/LayoutTests/webaudio/Delay/delaynode-max-nondefault-delay.html b/third_party/WebKit/LayoutTests/webaudio/Delay/delaynode-max-nondefault-delay.html
index 5a86b827f3aeb4efdcdb705164b0a34568b6355a..0084a2d019c5d546616b40be08b326ae07f565c6 100644
--- a/third_party/WebKit/LayoutTests/webaudio/Delay/delaynode-max-nondefault-delay.html
+++ b/third_party/WebKit/LayoutTests/webaudio/Delay/delaynode-max-nondefault-delay.html
@@ -13,8 +13,10 @@
<script>
let audit = Audit.createTaskRunner();
-audit.define("test", function (task, should) {
- task.describe("DelayNode with delay set to non-default maximum delay");
+audit.define({
+ label: "test",
+ description: "DelayNode with delay set to non-default maximum delay"
+}, function (task, should) {
// Create offline audio context.
var context = new OfflineAudioContext(1, sampleRate * renderLengthSeconds, sampleRate);

Powered by Google App Engine
This is Rietveld 408576698