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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/Panner/panner-distance-clamping.html

Issue 2768983002: Fix duplicate test names in WebAudio tests (Closed)
Patch Set: Created 3 years, 9 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/Panner/panner-distance-clamping.html
diff --git a/third_party/WebKit/LayoutTests/webaudio/Panner/panner-distance-clamping.html b/third_party/WebKit/LayoutTests/webaudio/Panner/panner-distance-clamping.html
index 02af1e2fa23b3f3822b67a1ec43cb994a6a5636b..2a64972ab59f0259d6376c9f8a50f64bd238f7b1 100644
--- a/third_party/WebKit/LayoutTests/webaudio/Panner/panner-distance-clamping.html
+++ b/third_party/WebKit/LayoutTests/webaudio/Panner/panner-distance-clamping.html
@@ -198,7 +198,7 @@
var actual = resultBuffer.getChannelData(0);
var expected = resultBuffer.getChannelData(1);
- Should("Distance (" + xTest + ") is outside the range [" +
+ Should("Model: " + options.distanceModel + ": Distance (" + xTest + ") is outside the range [" +
pannerRef.refDistance + ", " + pannerRef.maxDistance + "]",
xTest < pannerRef.refDistance || xTest > pannerRef.maxDistance)
.beEqualTo(true);

Powered by Google App Engine
This is Rietveld 408576698