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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/audiolistener-automation-position.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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/webaudio/audioparam-automation-clamping.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/webaudio/audiolistener-automation-position.html
diff --git a/third_party/WebKit/LayoutTests/webaudio/audiolistener-automation-position.html b/third_party/WebKit/LayoutTests/webaudio/audiolistener-automation-position.html
index f8c22e0c403c20f377a266fbc0119626d56558d6..40717aca978176b25949d7797761ee5ba655c2de 100644
--- a/third_party/WebKit/LayoutTests/webaudio/audiolistener-automation-position.html
+++ b/third_party/WebKit/LayoutTests/webaudio/audiolistener-automation-position.html
@@ -180,13 +180,9 @@
var prefix = 'Distance model: "' + options.distanceModel.model + '"';
prefix += ', rolloff: ' + options.distanceModel.rolloff;
- success = Should(prefix + ": left channel", actualLeft, {
- verbose: true
- })
+ success = Should(prefix + ": left channel", actualLeft)
.beCloseToArray(expectedLeft, 0) && success;
- success = Should(prefix + ": right channel", actualRight, {
- verbose: true
- })
+ success = Should(prefix + ": right channel", actualRight)
.beCloseToArray(expectedRight, 0) && success;
var message = 'Moving AudioListener with distance model: "';
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/webaudio/audioparam-automation-clamping.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698