| Index: LayoutTests/animations/animation-iteration-event-destroy-renderer.html
|
| diff --git a/LayoutTests/animations/animation-iteration-event-destroy-renderer.html b/LayoutTests/animations/animation-iteration-event-destroy-renderer.html
|
| index 9a05f30fa0772c67b6977aa33e0fdd02f940e514..9ea31c7d98dec19e9e02ea10420f5ce0318ad231 100644
|
| --- a/LayoutTests/animations/animation-iteration-event-destroy-renderer.html
|
| +++ b/LayoutTests/animations/animation-iteration-event-destroy-renderer.html
|
| @@ -12,8 +12,8 @@
|
| }
|
|
|
| @-webkit-keyframes move {
|
| - from { -webkit-transform: translate(0px, 0px); }
|
| - to { -webkit-transform: translate(100px, 0px); }
|
| + from { transform: translate(0px, 0px); }
|
| + to { transform: translate(100px, 0px); }
|
| }
|
| </style>
|
| <script type="text/javascript" charset="utf-8">
|
|
|