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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-suspend-resume-graph-manipulation.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/OfflineAudioContext/offlineaudiocontext-suspend-resume-graph-manipulation.html
diff --git a/third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-suspend-resume-graph-manipulation.html b/third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-suspend-resume-graph-manipulation.html
index b8d7d9a66c34cbb5b2f57ec41da43bd0e876347c..07a39f289888b3e5f6f2328ec94f78c33d24c2be 100644
--- a/third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-suspend-resume-graph-manipulation.html
+++ b/third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-suspend-resume-graph-manipulation.html
@@ -27,8 +27,10 @@
// be 0.0 from |suspendTime2| to the end.
var suspendTime2 = 2;
- audit.define('test', (task, should) => {
- task.describe('Synchronous graph manipulation with suspend() and resume()');
+ audit.define({
+ label: 'test',
+ description: 'Synchronous graph manipulation with suspend() and resume()'
+ }, (task, should) => {
context = new OfflineAudioContext(1, sampleRate * renderDuration,
sampleRate);

Powered by Google App Engine
This is Rietveld 408576698