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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/Analyser/realtimeanalyser-fft-scaling.html

Issue 2708953003: Move task.describe descriptions to audit.define (Closed)
Patch Set: Convert Panner 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/Analyser/realtimeanalyser-fft-scaling.html
diff --git a/third_party/WebKit/LayoutTests/webaudio/Analyser/realtimeanalyser-fft-scaling.html b/third_party/WebKit/LayoutTests/webaudio/Analyser/realtimeanalyser-fft-scaling.html
index 3573944adbade8a5dcdf2fb0a5e2c7012ba30c5c..c7a59e83dd1f60a2a2612926ebbe8b4596816b51 100644
--- a/third_party/WebKit/LayoutTests/webaudio/Analyser/realtimeanalyser-fft-scaling.html
+++ b/third_party/WebKit/LayoutTests/webaudio/Analyser/realtimeanalyser-fft-scaling.html
@@ -67,9 +67,10 @@
}
}
- audit.define("FFT scaling tests", function (task, should) {
- task.describe("Test Scaling of FFT in AnalyserNode");
- let tests = [];
+ audit.define({
+ label: "FFT scaling tests",
+ description: "Test Scaling of FFT in AnalyserNode"
+ }, function (task, should) { let tests = [];
hongchan 2017/02/22 17:59:13 Oops. The following line popped up to here.
Raymond Toy 2017/02/22 19:34:09 Done.
for (let k = 5; k <= 15; ++k)
tests.push(runTest(k, should));

Powered by Google App Engine
This is Rietveld 408576698