Index: LayoutTests/svg/animations/script-tests/animate-color-transparent.js |
diff --git a/LayoutTests/svg/animations/script-tests/animate-color-transparent.js b/LayoutTests/svg/animations/script-tests/animate-color-transparent.js |
index c7e6f6465112c332d84da578a8cb892272412d20..53f4e122f4b22a7238186604c4aabe24d9e42e57 100644 |
--- a/LayoutTests/svg/animations/script-tests/animate-color-transparent.js |
+++ b/LayoutTests/svg/animations/script-tests/animate-color-transparent.js |
@@ -9,7 +9,7 @@ rect.setAttribute("height", "100px"); |
rect.setAttribute("fill", "#00FF00"); |
rect.setAttribute("onclick", "executeTest()"); |
-var animate = createSVGElement("animateColor"); |
+var animate = createSVGElement("animate"); |
animate.setAttribute("id", "animation"); |
animate.setAttribute("attributeName", "fill"); |
animate.setAttribute("from", "transparent"); |