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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/AudioNode/audionode-connect-order.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/AudioNode/audionode-connect-order.html
diff --git a/third_party/WebKit/LayoutTests/webaudio/AudioNode/audionode-connect-order.html b/third_party/WebKit/LayoutTests/webaudio/AudioNode/audionode-connect-order.html
index f7fa9c4115c9fcd3f274b5de53a8582ec46164bb..df700cd2db0334ad8f8d0d887d5e18f927f1f530 100644
--- a/third_party/WebKit/LayoutTests/webaudio/AudioNode/audionode-connect-order.html
+++ b/third_party/WebKit/LayoutTests/webaudio/AudioNode/audionode-connect-order.html
@@ -29,8 +29,10 @@ function createSinWaveBuffer(context, lengthInSeconds, frequency) {
return audioBuffer;
}
-audit.define('Test connections', function(task, should) {
- task.describe('AudioNode connection order doesn\'t trigger assertion errors');
+audit.define({
+ label: 'Test connections',
+ description: 'AudioNode connection order doesn\'t trigger assertion errors'
+}, function(task, should) {
// Create offline audio context.
let context =
new OfflineAudioContext(1, sampleRate * renderLengthSeconds, sampleRate);

Powered by Google App Engine
This is Rietveld 408576698