Index: LayoutTests/svg/animations/script-tests/animate-color-fill-currentColor.js |
diff --git a/LayoutTests/svg/animations/script-tests/animate-color-fill-currentColor.js b/LayoutTests/svg/animations/script-tests/animate-color-fill-currentColor.js |
index d3c9e8a02a77ecd60ed6e64568d1bcd847fcb310..1656f38fafdb4dfb809f5a7022df98d3f579c943 100644 |
--- a/LayoutTests/svg/animations/script-tests/animate-color-fill-currentColor.js |
+++ b/LayoutTests/svg/animations/script-tests/animate-color-fill-currentColor.js |
@@ -10,7 +10,7 @@ rect.setAttribute("fill", "currentColor"); |
rect.setAttribute("color", "red"); |
rect.setAttribute("onclick", "executeTest()"); |
-var animateColor = createSVGElement("animateColor"); |
+var animateColor = createSVGElement("animate"); |
animateColor.setAttribute("id", "animateColor"); |
animateColor.setAttribute("attributeName", "color"); |
animateColor.setAttribute("from", "red"); |