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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-setValueCurveAtTime.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/AudioParam/audioparam-setValueCurveAtTime.html
diff --git a/third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-setValueCurveAtTime.html b/third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-setValueCurveAtTime.html
index 17fca76ce09c6d6b9ec82d62292df9d53c1c36f0..2abb476cd1b45ef4176af83ecb65511bfa43c5db 100644
--- a/third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-setValueCurveAtTime.html
+++ b/third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-setValueCurveAtTime.html
@@ -41,8 +41,10 @@ function automation(value, startTime, endTime) {
gainNode.gain.setValueCurveAtTime(curve, startTime, endTime - startTime);
}
-audit.define('test', function(task, should) {
- task.describe('AudioParam setValueCurveAtTime() functionality.');
+audit.define({
+ label: 'test',
+ description: 'AudioParam setValueCurveAtTime() functionality.'
+}, function(task, should) {
// The curve of values to use.
curve = createSineWaveArray(timeInterval, freqHz, sineAmplitude, sampleRate);

Powered by Google App Engine
This is Rietveld 408576698