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

Unified Diff: third_party/WebKit/LayoutTests/svg/dom/svgangle-units.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/dom/svgangle-units.html
diff --git a/third_party/WebKit/LayoutTests/svg/dom/svgangle-units.html b/third_party/WebKit/LayoutTests/svg/dom/svgangle-units.html
index e56cd696a9d4be7d424e930b90629149c6fd860c..cbb7f258cea443ef68af08ec7d56e242a15b0871 100644
--- a/third_party/WebKit/LayoutTests/svg/dom/svgangle-units.html
+++ b/third_party/WebKit/LayoutTests/svg/dom/svgangle-units.html
@@ -180,7 +180,7 @@ angles.forEach(function(angle) {
assert_equals(result, "");
else
assert_equals(result, ref.valueAsString);
- }, "newValueSpecifiedUnits(" + units[unit] + ", " + angle + ")" );
+ }, "SVGAngle(47" + otherunit + ").newValueSpecifiedUnits(" + units[unit] + ", " + angle + ")");
};
}
});

Powered by Google App Engine
This is Rietveld 408576698