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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/BiquadFilter/biquad-peaking.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-peaking.html
diff --git a/third_party/WebKit/LayoutTests/webaudio/BiquadFilter/biquad-peaking.html b/third_party/WebKit/LayoutTests/webaudio/BiquadFilter/biquad-peaking.html
index 743fc382e257a6accb9153a701b6715b0671aa16..5193ad8ed6efbe4d66bca0a298dae12eda274e64 100644
--- a/third_party/WebKit/LayoutTests/webaudio/BiquadFilter/biquad-peaking.html
+++ b/third_party/WebKit/LayoutTests/webaudio/BiquadFilter/biquad-peaking.html
@@ -14,8 +14,10 @@
<script>
let audit = Audit.createTaskRunner();
-audit.define("test", function (task, should) {
- task.describe("Biquad peaking filter");
+audit.define({
+ label: "test",
+ description: "Biquad peaking filter"
+}, function (task, should) {
window.jsTestIsAsync = true;

Powered by Google App Engine
This is Rietveld 408576698