Chromium Code Reviews| Index: LayoutTests/svg/as-image/resources/animated-rect-color.svg |
| diff --git a/LayoutTests/svg/as-image/resources/animated-rect-color.svg b/LayoutTests/svg/as-image/resources/animated-rect-color.svg |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..bc55dd7a6a97a81c503e1949208534d2f6e84672 |
| --- /dev/null |
| +++ b/LayoutTests/svg/as-image/resources/animated-rect-color.svg |
| @@ -0,0 +1,5 @@ |
| +<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'> |
| + <rect width='100' height='100' fill='blue'> |
| + <set attributeName='fill' to='green' dur='0.075s'/> |
| + </rect> |
| +</svg> |