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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/sample-accurate-scheduling.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/sample-accurate-scheduling.html
diff --git a/third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/sample-accurate-scheduling.html b/third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/sample-accurate-scheduling.html
index faa4f5b47e93be9a1c69b7dac741b1e8dc5f637e..9d67d5cea5a7e684c60f4037dcd90d4f7cdde29a 100644
--- a/third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/sample-accurate-scheduling.html
+++ b/third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/sample-accurate-scheduling.html
@@ -86,8 +86,10 @@ function checkSampleAccuracy(buffer, should) {
}
}
-audit.define("test", function (task, should) {
- task.describe("Test sample-accurate scheduling");
+audit.define({
+ label: "test",
+ description: "Test sample-accurate scheduling"
+}, function (task, should) {
// Create offline audio context.
context = new OfflineAudioContext(2, sampleRate * lengthInSeconds,

Powered by Google App Engine
This is Rietveld 408576698