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 |