| Index: LayoutTests/animations/animation-on-inline-crash.html
|
| diff --git a/LayoutTests/animations/animation-on-inline-crash.html b/LayoutTests/animations/animation-on-inline-crash.html
|
| index 0db2eab40324ba9d6790e08eb58da83cc62d6a6b..48f1bbb327fb2eced7710d444ccfd5d194f52854 100644
|
| --- a/LayoutTests/animations/animation-on-inline-crash.html
|
| +++ b/LayoutTests/animations/animation-on-inline-crash.html
|
| @@ -5,7 +5,7 @@
|
| -webkit-animation-name: anim;
|
| }
|
| @-webkit-keyframes anim {
|
| - from { -webkit-transform: translateX(10px); }
|
| + from { transform: translateX(10px); }
|
| }
|
| </style>
|
| <script type="text/javascript" charset="utf-8">
|
|
|