| Index: LayoutTests/compositing/animation/animation-compositing.html
|
| diff --git a/LayoutTests/compositing/animation/animation-compositing.html b/LayoutTests/compositing/animation/animation-compositing.html
|
| index 29c8ab8aad1b45ead5d96294681fa19012857c9d..47ca6172cd2df847b9b489cf6c46212995031caf 100644
|
| --- a/LayoutTests/compositing/animation/animation-compositing.html
|
| +++ b/LayoutTests/compositing/animation/animation-compositing.html
|
| @@ -14,8 +14,8 @@
|
| }
|
|
|
| @-webkit-keyframes spin {
|
| - from { -webkit-transform: rotate(0); }
|
| - to { -webkit-transform: rotate(360deg); }
|
| + from { transform: rotate(0); }
|
| + to { transform: rotate(360deg); }
|
| }
|
| </style>
|
| <script type="text/javascript" charset="utf-8">
|
|
|