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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/audioparam-setValueCurve-duration.html

Issue 2072313002: Replace verbose option with brief option for Should(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adjust message for default verbose output. Created 4 years, 6 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/audioparam-setValueCurve-duration.html
diff --git a/third_party/WebKit/LayoutTests/webaudio/audioparam-setValueCurve-duration.html b/third_party/WebKit/LayoutTests/webaudio/audioparam-setValueCurve-duration.html
index adbcacdc52276c06f09c06188b751020cb8e4c1a..50be73c7c501a502ffaeac6d1d2be9daaf411ccb 100644
--- a/third_party/WebKit/LayoutTests/webaudio/audioparam-setValueCurve-duration.html
+++ b/third_party/WebKit/LayoutTests/webaudio/audioparam-setValueCurve-duration.html
@@ -52,7 +52,9 @@
var message = "setValueCurve([" + curve + "], 0, " + duration + ")";
- success = Should("Max amplitude of " + message, max).beLessThanOrEqualTo(expectedMax);
+ success = Should("Max amplitude of " + message, max, {
+ brief: true
+ }).beLessThanOrEqualTo(expectedMax);
if (success)
testPassed(message + " correctly rendered.")

Powered by Google App Engine
This is Rietveld 408576698