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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/DynamicsCompressor/dynamicscompressor-simple.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-simple.html
diff --git a/third_party/WebKit/LayoutTests/webaudio/DynamicsCompressor/dynamicscompressor-simple.html b/third_party/WebKit/LayoutTests/webaudio/DynamicsCompressor/dynamicscompressor-simple.html
index 3d09f4fbd889f7c2b7f31ea685779916b53aee48..7ca1ea9dedba3682595286244aa1f76baafb0a7b 100644
--- a/third_party/WebKit/LayoutTests/webaudio/DynamicsCompressor/dynamicscompressor-simple.html
+++ b/third_party/WebKit/LayoutTests/webaudio/DynamicsCompressor/dynamicscompressor-simple.html
@@ -42,8 +42,10 @@
.beTrue();
}
- audit.define("test", function (task, should) {
- task.describe("Test pre-emphasis in DynamicsCompressor is removed");
+ audit.define({
+ label: "test",
+ description: "Test pre-emphasis in DynamicsCompressor is removed"
+ }, function (task, should) {
context = new OfflineAudioContext(1, sampleRate * lengthInSeconds, sampleRate);
// Connect an oscillator to a gain node to the compressor. The

Powered by Google App Engine
This is Rietveld 408576698