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

Unified Diff: third_party/WebKit/LayoutTests/svg/custom/getBBox-ellipse-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-ellipse-has-one-zero-value.html
diff --git a/third_party/WebKit/LayoutTests/svg/custom/getBBox-ellipse-has-one-zero-value.html b/third_party/WebKit/LayoutTests/svg/custom/getBBox-ellipse-has-one-zero-value.html
index 883471f4bd8489709ebc2976d3c3ec957643c066..59e9e019e32f2837cda727b3e4c87d86125d4cad 100644
--- a/third_party/WebKit/LayoutTests/svg/custom/getBBox-ellipse-has-one-zero-value.html
+++ b/third_party/WebKit/LayoutTests/svg/custom/getBBox-ellipse-has-one-zero-value.html
@@ -33,6 +33,6 @@ for (var i = 0, length = ellipses.length; i < length; ++i) {
assert_equals(ellipseBBox.y, expectedBoxes[i].y);
assert_equals(ellipseBBox.width, expectedBoxes[i].width);
assert_equals(ellipseBBox.height, expectedBoxes[i].height);
- }, 'Bounding box size ' + expectedBoxes[i]);
+ }, 'Bounding box size, ellipse ' + (i + 1) + ', ' + expectedBoxes[i]);
}
</script>

Powered by Google App Engine
This is Rietveld 408576698