| Index: LayoutTests/animations/animation-start-event-destroy-renderer.html
|
| diff --git a/LayoutTests/animations/animation-start-event-destroy-renderer.html b/LayoutTests/animations/animation-start-event-destroy-renderer.html
|
| index d18fe2047eea0a497792b0cf463049e6236300b8..314a6c040038ea649b8a711823f5e4411f21c796 100644
|
| --- a/LayoutTests/animations/animation-start-event-destroy-renderer.html
|
| +++ b/LayoutTests/animations/animation-start-event-destroy-renderer.html
|
| @@ -11,8 +11,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">
|
|
|