Index: third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-pointsAtX-pointsAtY-pointsAtZ-composition.html |
diff --git a/third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-pointsAtX-pointsAtY-pointsAtZ-composition.html b/third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-pointsAtX-pointsAtY-pointsAtZ-composition.html |
index 9376baef8fb0fc0dc5659a04fec9b1e6934d96f8..cec17a5995165d4c990d711aca610e614a8d304e 100644 |
--- a/third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-pointsAtX-pointsAtY-pointsAtZ-composition.html |
+++ b/third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-pointsAtX-pointsAtY-pointsAtZ-composition.html |
@@ -44,6 +44,7 @@ assertAttributeInterpolation({ |
assertAttributeInterpolation({ |
property: 'pointsAtX', |
underlying: '5', |
+ from: neutralKeyframe, |
to: '10', |
toComposite: 'replace', |
}, [ |
@@ -90,6 +91,7 @@ assertAttributeInterpolation({ |
assertAttributeInterpolation({ |
property: 'pointsAtY', |
underlying: '5', |
+ from: neutralKeyframe, |
to: '10', |
toComposite: 'replace', |
}, [ |
@@ -136,6 +138,7 @@ assertAttributeInterpolation({ |
assertAttributeInterpolation({ |
property: 'pointsAtZ', |
underlying: '5', |
+ from: neutralKeyframe, |
to: '10', |
toComposite: 'replace', |
}, [ |