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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/AudioContext/audiocontext-close-basic.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/AudioContext/audiocontext-close-basic.html
diff --git a/third_party/WebKit/LayoutTests/webaudio/AudioContext/audiocontext-close-basic.html b/third_party/WebKit/LayoutTests/webaudio/AudioContext/audiocontext-close-basic.html
index 6d47b8a872c6e82f514320d39af39dc4cd9308c8..2474fd807e2038711c7ca7c8242b66feca4ab36d 100644
--- a/third_party/WebKit/LayoutTests/webaudio/AudioContext/audiocontext-close-basic.html
+++ b/third_party/WebKit/LayoutTests/webaudio/AudioContext/audiocontext-close-basic.html
@@ -53,8 +53,10 @@
.beEqualTo("closed");
}
- audit.define("test", function (task, should) {
- task.describe("Test that closing a context releases the audio HW context");
+ audit.define({
+ label: "test",
+ description: "Test that closing a context releases the audio HW context"
+ }, function (task, should) {
createContextAndClose(task, should);
});

Powered by Google App Engine
This is Rietveld 408576698