| Index: third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-targetX-targetY-composition.html
|
| diff --git a/third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-targetX-targetY-composition.html b/third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-targetX-targetY-composition.html
|
| index 91ab8cde4791ae6a30f9c8877933b0e8a959f4d3..6a2b013c33d6665bd59a0b8ed8de02075177ddcc 100644
|
| --- a/third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-targetX-targetY-composition.html
|
| +++ b/third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-targetX-targetY-composition.html
|
| @@ -14,7 +14,7 @@ assertAttributeInterpolation({
|
| underlying: '128',
|
| from: '-32',
|
| fromComposite: 'add',
|
| - to: '1029'
|
| + to: '1029',
|
| toComposite: 'add',
|
| }, [
|
| {at: -0.4, is: -328},
|
| @@ -30,7 +30,7 @@ assertAttributeInterpolation({
|
| underlying: '-37',
|
| from: '18',
|
| fromComposite: 'replace',
|
| - to: '1'
|
| + to: '1',
|
| toComposite: 'add',
|
| }, [
|
| {at: -0.4, is: 40},
|
| @@ -44,7 +44,8 @@ assertAttributeInterpolation({
|
| assertAttributeInterpolation({
|
| property: 'targetX',
|
| underlying: '2',
|
| - to: '-99'
|
| + from: neutralKeyframe,
|
| + to: '-99',
|
| toComposite: 'replace',
|
| }, [
|
| {at: -0.4, is: 42},
|
| @@ -61,7 +62,7 @@ assertAttributeInterpolation({
|
| underlying: '128',
|
| from: '-32',
|
| fromComposite: 'add',
|
| - to: '1029'
|
| + to: '1029',
|
| toComposite: 'add',
|
| }, [
|
| {at: -0.4, is: -328},
|
| @@ -77,7 +78,7 @@ assertAttributeInterpolation({
|
| underlying: '-37',
|
| from: '18',
|
| fromComposite: 'replace',
|
| - to: '1'
|
| + to: '1',
|
| toComposite: 'add',
|
| }, [
|
| {at: -0.4, is: 40},
|
| @@ -91,7 +92,8 @@ assertAttributeInterpolation({
|
| assertAttributeInterpolation({
|
| property: 'targetY',
|
| underlying: '2',
|
| - to: '-99'
|
| + from: neutralKeyframe,
|
| + to: '-99',
|
| toComposite: 'replace',
|
| }, [
|
| {at: -0.4, is: 42},
|
|
|