Index: third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/resources/interpolation-test.js |
diff --git a/third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/resources/interpolation-test.js b/third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/resources/interpolation-test.js |
index 6ce2273a504164a40f91d98aa528b8a8914929b4..edb6b68a4b53c3036f990db6420ac1f3afe2afe7 100644 |
--- a/third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/resources/interpolation-test.js |
+++ b/third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/resources/interpolation-test.js |
@@ -139,7 +139,7 @@ |
} |
function serializeSVGRect(rect) { |
- return String([rect.x, rect.y, rect.width, rect.height]); |
+ return [rect.x, rect.y, rect.width, rect.height].join(', '); |
} |
function serializeSVGTransformList(transformList) { |