| Index: LayoutTests/animations/svg-attribute-interpolation/resources/interpolation-test.js
|
| diff --git a/LayoutTests/animations/svg-attribute-interpolation/resources/interpolation-test.js b/LayoutTests/animations/svg-attribute-interpolation/resources/interpolation-test.js
|
| index d4078ab3522f69aaacadfc3c482f8593f21f70a6..2b59bf8ab266bfda8306bc12cfd6d4e48b95bc53 100644
|
| --- a/LayoutTests/animations/svg-attribute-interpolation/resources/interpolation-test.js
|
| +++ b/LayoutTests/animations/svg-attribute-interpolation/resources/interpolation-test.js
|
| @@ -475,7 +475,6 @@
|
| 'cy',
|
| 'height',
|
| 'offset',
|
| - 'offset',
|
| 'order',
|
| 'r',
|
| 'rx',
|
| @@ -484,6 +483,8 @@
|
| 'width',
|
| 'x',
|
| 'y',
|
| + 'rotate',
|
| + 'scale'
|
| ];
|
|
|
| function makeKeyframes(target, attributeName, params) {
|
|
|