Index: LayoutTests/svg/animations/resources/additive-type-by-animation.svg |
diff --git a/LayoutTests/svg/animations/resources/additive-type-by-animation.svg b/LayoutTests/svg/animations/resources/additive-type-by-animation.svg |
index 4b08dc1513a69bf57972de27690120f29676f63b..a2e24a511c689ecd5fd271731f098dce5d518eb8 100644 |
--- a/LayoutTests/svg/animations/resources/additive-type-by-animation.svg |
+++ b/LayoutTests/svg/animations/resources/additive-type-by-animation.svg |
@@ -23,7 +23,7 @@ |
<animate id="an1" xlink:href="#marker" attributeName="orient" begin="0s" dur="4s" by="45deg" fill="freeze"/> |
<!-- AnimatedColor --> |
-<animateColor xlink:href="#rect" attributeName="fill" begin="0s" dur="4s" by="green" fill="freeze"/> |
+<animate xlink:href="#rect" attributeName="fill" begin="0s" dur="4s" by="green" fill="freeze"/> |
<!-- AnimatedLength --> |
<animate xlink:href="#rect" attributeName="y" begin="0s" dur="4s" by="100" fill="freeze"/> |