Index: LayoutTests/svg/animations/script-tests/animate-keySplines.js |
diff --git a/LayoutTests/svg/animations/script-tests/animate-keySplines.js b/LayoutTests/svg/animations/script-tests/animate-keySplines.js |
index 0aee2428f3095c1b75deac35c1c7b163efa0c382..1ec69ee54145e56a794d4402816e79d93ea9b3db 100644 |
--- a/LayoutTests/svg/animations/script-tests/animate-keySplines.js |
+++ b/LayoutTests/svg/animations/script-tests/animate-keySplines.js |
@@ -14,8 +14,8 @@ rect.setAttribute("onclick", "executeTest()"); |
var animate = createSVGElement("animate"); |
animate.setAttribute("id", "animation"); |
animate.setAttribute("attributeName", "height"); |
-animate.setAttribute("calcMode", "splines"); |
-animate.setAttribute("keySplines", "0 ,0 1 , 1 ; 0 0 , 1 , 1; .75 , 0 , 0 , .75"); |
+animate.setAttribute("calcMode", "spline"); |
+animate.setAttribute("keySplines", "0 ,0 1 , 1 ; 0 0 , 1 , 1; .75 , 0 , 0 , .75;"); |
animate.setAttribute("values", "200;167;111;0"); |
animate.setAttribute("begin", "click"); |
animate.setAttribute("dur", "9s"); |