| Index: third_party/WebKit/ManualTests/animation/animateTransform-repeat-once.svg
|
| diff --git a/third_party/WebKit/ManualTests/animation/animateTransform-repeat-once.svg b/third_party/WebKit/ManualTests/animation/animateTransform-repeat-once.svg
|
| deleted file mode 100644
|
| index b1951baacc5915488e1cd46744829bed828ab923..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/ManualTests/animation/animateTransform-repeat-once.svg
|
| +++ /dev/null
|
| @@ -1,8 +0,0 @@
|
| -<svg xmlns='http://www.w3.org/2000/svg'>
|
| - <rect fill='blue' width='100' height='100'>
|
| - <animateTransform attributeName="transform" type='translate' from='0,0' to='100,0' dur='2s' repeatCount='2' fill='freeze' />
|
| - </rect>
|
| - <text x='10' y='120'>
|
| - The rect should from 0,0 to 100,0 over 2 seconds, twice.
|
| - </text>
|
| -</svg>
|
|
|