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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/DynamicsCompressor/dynamicscompressor-basic.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/DynamicsCompressor/dynamicscompressor-basic.html
diff --git a/third_party/WebKit/LayoutTests/webaudio/DynamicsCompressor/dynamicscompressor-basic.html b/third_party/WebKit/LayoutTests/webaudio/DynamicsCompressor/dynamicscompressor-basic.html
index 7ec4dc51703e8c5849aa951f61571e698479511f..63f0d38a5ce0abde3f259c3b22237ca4ca618278 100644
--- a/third_party/WebKit/LayoutTests/webaudio/DynamicsCompressor/dynamicscompressor-basic.html
+++ b/third_party/WebKit/LayoutTests/webaudio/DynamicsCompressor/dynamicscompressor-basic.html
@@ -14,8 +14,10 @@ var audit = Audit.createTaskRunner();
var context;
var compressor;
-audit.define("test", function (task, should) {
- task.describe("Basic tests for DynamicsCompressorNode API");
+audit.define({
+ label: "test",
+ description: "Basic tests for DynamicsCompressorNode API"
+}, function (task, should) {
context = new AudioContext();
compressor = context.createDynamicsCompressor();

Powered by Google App Engine
This is Rietveld 408576698