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