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

Unified Diff: third_party/WebKit/LayoutTests/svg/custom/getBBox-rect-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-rect-has-one-zero-value.html
diff --git a/third_party/WebKit/LayoutTests/svg/custom/getBBox-rect-has-one-zero-value.html b/third_party/WebKit/LayoutTests/svg/custom/getBBox-rect-has-one-zero-value.html
index efd701f7c69e659fa01b1c56616e14cb2bc46ac7..12b5319474459f65b8d18b15027d6cd98fc10aad 100644
--- a/third_party/WebKit/LayoutTests/svg/custom/getBBox-rect-has-one-zero-value.html
+++ b/third_party/WebKit/LayoutTests/svg/custom/getBBox-rect-has-one-zero-value.html
@@ -65,6 +65,6 @@ for (var i = 0, length = rects.length; i < length; ++i) {
assert_equals(rectBBox.y, expectedBoxes[i].y);
assert_equals(rectBBox.width, expectedBoxes[i].width);
assert_equals(rectBBox.height, expectedBoxes[i].height);
- }, 'Bounding box size ' + expectedBoxes[i]);
+ }, 'Bounding box size, rect ' + (i + 1) + ', ' + expectedBoxes[i]);
}
</script>

Powered by Google App Engine
This is Rietveld 408576698