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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/BiquadFilter/biquad-tail.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/BiquadFilter/biquad-tail.html
diff --git a/third_party/WebKit/LayoutTests/webaudio/BiquadFilter/biquad-tail.html b/third_party/WebKit/LayoutTests/webaudio/BiquadFilter/biquad-tail.html
index 0b942a118586527c5865f33e35603678e3af847b..415050b947f89a9172988489271ed14b384e681f 100644
--- a/third_party/WebKit/LayoutTests/webaudio/BiquadFilter/biquad-tail.html
+++ b/third_party/WebKit/LayoutTests/webaudio/BiquadFilter/biquad-tail.html
@@ -32,8 +32,10 @@
// generally assumed to output zeroes. This is also desired behavior. However, biquad
// filters have memory so they should not suddenly output zeroes when the input is
// disconnected. This test checks to see if the output doesn't suddenly change to zero.
- audit.define("test", function (task, should) {
- task.describe("Biquad Tail Output");
+ audit.define({
+ label: "test",
+ description: "Biquad Tail Output"
+ }, function (task, should) {
let context = new OfflineAudioContext(1, testDurationFrames, sampleRate);
// Create an impulse source.

Powered by Google App Engine
This is Rietveld 408576698