Index: third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-points-composition.html |
diff --git a/third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-points-composition.html b/third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-points-composition.html |
index 68a257170c50e955922ae12e1405f6760ef1d16e..5d1217c65d01b3071445da13c03c228107f989e6 100644 |
--- a/third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-points-composition.html |
+++ b/third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-points-composition.html |
@@ -108,6 +108,7 @@ assertAttributeInterpolation({ |
assertAttributeInterpolation({ |
property: 'points', |
underlying: '10 10, 20 20', |
+ from: neutralKeyframe, |
to: '90 90, -10 -10', |
toComposite: 'replace', |
}, [ |
@@ -122,6 +123,7 @@ assertAttributeInterpolation({ |
assertAttributeInterpolation({ |
property: 'points', |
underlying: '10 10, 20 20', |
+ from: neutralKeyframe, |
to: '90 90, -10 -10, 50 50', |
toComposite: 'replace', |
}, [ |