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> |