| 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 1ec69ee54145e56a794d4402816e79d93ea9b3db..989ffc249186fb8f4467009bcec300829c2deb40 100644
|
| --- a/LayoutTests/svg/animations/script-tests/animate-keySplines.js
|
| +++ b/LayoutTests/svg/animations/script-tests/animate-keySplines.js
|
| @@ -15,7 +15,8 @@ var animate = createSVGElement("animate");
|
| animate.setAttribute("id", "animation");
|
| animate.setAttribute("attributeName", "height");
|
| animate.setAttribute("calcMode", "spline");
|
| -animate.setAttribute("keySplines", "0 ,0 1 , 1 ; 0 0 , 1 , 1; .75 , 0 , 0 , .75;");
|
| +animate.setAttribute("keyTimes", " 0 ; 0.3333333 ; 0.666666; 1 ");
|
| +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");
|
|
|