| Index: ManualTests/svg-css-animate-compound.html
|
| diff --git a/ManualTests/svg-css-animate-compound.html b/ManualTests/svg-css-animate-compound.html
|
| index 23b84fb6a0bccb9e4f258732293441a52c9200a8..254e54186ef6dd72d7c31c808aeed4e70d836f07 100644
|
| --- a/ManualTests/svg-css-animate-compound.html
|
| +++ b/ManualTests/svg-css-animate-compound.html
|
| @@ -48,10 +48,10 @@
|
|
|
| @-webkit-keyframes bounce {
|
| from {
|
| - -webkit-transform: translate(0px, 0px) scale(1) rotate(0deg);
|
| + transform: translate(0px, 0px) scale(1) rotate(0deg);
|
| }
|
| to {
|
| - -webkit-transform: translate(75px, 25px) scale(2) rotate(45deg);
|
| + transform: translate(75px, 25px) scale(2) rotate(45deg);
|
| }
|
| }
|
| </style>
|
|
|