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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/note-grain-on-play.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/AudioBufferSource/note-grain-on-play.html
diff --git a/third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/note-grain-on-play.html b/third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/note-grain-on-play.html
index b5d0b7838c77d0c1bacafc4a2b79af95b7f73e6d..c9fb5bfaa8ef69af11946c4808b39a626126f198 100644
--- a/third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/note-grain-on-play.html
+++ b/third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/note-grain-on-play.html
@@ -87,8 +87,10 @@
.beEqualTo(0);
}
- audit.define("note-grain-on-play", function(task, should) {
- task.describe("Test noteGrainOn offset rendering");
+ audit.define({
+ label: "note-grain-on-play",
+ description: "Test noteGrainOn offset rendering"
+ }, function(task, should) {
// Create offline audio context.
context = new OfflineAudioContext(2, sampleRate *
renderTime, sampleRate);

Powered by Google App Engine
This is Rietveld 408576698