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

Unified Diff: third_party/WebKit/LayoutTests/svg/custom/getBBox-circle-has-one-zero-value.html

Issue 2782583002: Deduplicate testharness test names in LayoutTests/svg/ (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/svg/custom/getBBox-circle-has-one-zero-value.html
diff --git a/third_party/WebKit/LayoutTests/svg/custom/getBBox-circle-has-one-zero-value.html b/third_party/WebKit/LayoutTests/svg/custom/getBBox-circle-has-one-zero-value.html
index 861be96a646272d155778a720ae10c68c5faee46..d107c67c83e5690a40035c29fa17a1d6a9983495 100644
--- a/third_party/WebKit/LayoutTests/svg/custom/getBBox-circle-has-one-zero-value.html
+++ b/third_party/WebKit/LayoutTests/svg/custom/getBBox-circle-has-one-zero-value.html
@@ -33,6 +33,6 @@ for (var i = 0, length = circles.length; i < length; ++i) {
assert_equals(circleBBox.y, expectedBoxes[i].y);
assert_equals(circleBBox.width, expectedBoxes[i].width);
assert_equals(circleBBox.height, expectedBoxes[i].height);
- }, 'Bounding box size ' + expectedBoxes[i]);
+ }, 'Bounding box size, circle ' + (i + 1) + ', ' + expectedBoxes[i]);
}
</script>

Powered by Google App Engine
This is Rietveld 408576698