| Index: LayoutTests/svg/W3C-SVG-1.1/animate-elem-30-t.svg
|
| diff --git a/LayoutTests/svg/W3C-SVG-1.1/animate-elem-30-t.svg b/LayoutTests/svg/W3C-SVG-1.1/animate-elem-30-t.svg
|
| index d701d49384ed60213f8378fe5e1b3d608c741859..191a42be0d2000b0117f534d4b101eb89cb24c1f 100644
|
| --- a/LayoutTests/svg/W3C-SVG-1.1/animate-elem-30-t.svg
|
| +++ b/LayoutTests/svg/W3C-SVG-1.1/animate-elem-30-t.svg
|
| @@ -68,7 +68,7 @@
|
|
|
| <defs>
|
| <rect id="rectID" x="10" y="60" width="60" height="20" fill="blue" stroke="black" stroke-width="2">
|
| - <animateColor attributeName="fill" from="white" to="rgb(16, 93, 140)" begin="0" dur="3" fill="freeze"/>
|
| + <animate attributeName="fill" from="white" to="rgb(16, 93, 140)" begin="0" dur="3" fill="freeze"/>
|
| <animate attributeName="height" from="20" to="40" begin="0" dur="3" fill="freeze"/>
|
| </rect>
|
| </defs>
|
|
|