Index: LayoutTests/svg/animations/script-tests/animate-inherit-css-property.js |
diff --git a/LayoutTests/svg/animations/script-tests/animate-inherit-css-property.js b/LayoutTests/svg/animations/script-tests/animate-inherit-css-property.js |
index c4a25189f9914891ad0fc2a714e18b89896d1d22..26d7ea87caef1af3474755b669b4639e204eec05 100644 |
--- a/LayoutTests/svg/animations/script-tests/animate-inherit-css-property.js |
+++ b/LayoutTests/svg/animations/script-tests/animate-inherit-css-property.js |
@@ -13,7 +13,7 @@ rect.setAttribute("fill", "red"); |
rect.setAttribute("onclick", "executeTest()"); |
g.appendChild(rect); |
-var animateInherit = createSVGElement("animateColor"); |
+var animateInherit = createSVGElement("animate"); |
animateInherit.setAttribute("id", "animateInherit"); |
animateInherit.setAttribute("attributeName", "fill"); |
animateInherit.setAttribute("from", "red"); |