| Index: third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-k1-k2-k3-k4-composition.html
|
| diff --git a/third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-k1-k2-k3-k4-composition.html b/third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-k1-k2-k3-k4-composition.html
|
| index 0ad666cc5f7e84def6cd2825b80bf8936529cb62..9cf243d8676364db5f300bdc2263b46de09f018f 100644
|
| --- a/third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-k1-k2-k3-k4-composition.html
|
| +++ b/third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-k1-k2-k3-k4-composition.html
|
| @@ -44,6 +44,7 @@ assertAttributeInterpolation({
|
| assertAttributeInterpolation({
|
| property: 'k1',
|
| underlying: '5',
|
| + from: neutralKeyframe,
|
| to: '10',
|
| toComposite: 'replace',
|
| }, [
|
| @@ -90,6 +91,7 @@ assertAttributeInterpolation({
|
| assertAttributeInterpolation({
|
| property: 'k2',
|
| underlying: '5',
|
| + from: neutralKeyframe,
|
| to: '10',
|
| toComposite: 'replace',
|
| }, [
|
| @@ -136,6 +138,7 @@ assertAttributeInterpolation({
|
| assertAttributeInterpolation({
|
| property: 'k3',
|
| underlying: '5',
|
| + from: neutralKeyframe,
|
| to: '10',
|
| toComposite: 'replace',
|
| }, [
|
| @@ -182,6 +185,7 @@ assertAttributeInterpolation({
|
| assertAttributeInterpolation({
|
| property: 'k4',
|
| underlying: '5',
|
| + from: neutralKeyframe,
|
| to: '10',
|
| toComposite: 'replace',
|
| }, [
|
|
|