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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-linearRampToValueAtTime.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-linearRampToValueAtTime.html
diff --git a/third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-linearRampToValueAtTime.html b/third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-linearRampToValueAtTime.html
index a072f767e2684ff2e5e3fc5e37993fce8e1c39b6..a1c2b93042986dbbe37c435ecb05661f20052bba 100644
--- a/third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-linearRampToValueAtTime.html
+++ b/third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-linearRampToValueAtTime.html
@@ -38,8 +38,10 @@ function generateRamp(value, startTime, endTime){
// setValueAtTime() call above.
gainNode.gain.linearRampToValueAtTime(value, endTime)}
-audit.define('test', function(task, should) {
- task.describe('AudioParam linearRampToValueAtTime() functionality');
+audit.define({
+ label: 'test',
+ description: 'AudioParam linearRampToValueAtTime() functionality'
+}, function(task, should) {
createAudioGraphAndTest(
task, should, numberOfTests, 1, setValue, generateRamp,
'linearRampToValueAtTime()', maxAllowedError, createLinearRampArray);

Powered by Google App Engine
This is Rietveld 408576698