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 + ")"); |
}; |
} |
}); |