| Index: LayoutTests/animations/simultaneous-start-transform.html
|
| diff --git a/LayoutTests/animations/simultaneous-start-transform.html b/LayoutTests/animations/simultaneous-start-transform.html
|
| index 9cac0846237004fe9bb217687bd6f4284cf84cdb..6ff1b920aac041456c5e2674c25c33ae96e3e8bb 100644
|
| --- a/LayoutTests/animations/simultaneous-start-transform.html
|
| +++ b/LayoutTests/animations/simultaneous-start-transform.html
|
| @@ -17,8 +17,8 @@
|
| -webkit-animation-name: "anim";
|
| }
|
| @-webkit-keyframes "anim" {
|
| - from { -webkit-transform: rotate(0deg); }
|
| - to { -webkit-transform: rotate(360deg); }
|
| + from { transform: rotate(0deg); }
|
| + to { transform: rotate(360deg); }
|
| }
|
| #box1 {
|
| left: 40px;
|
|
|