| Index: LayoutTests/animations/body-removal-crash.html
|
| diff --git a/LayoutTests/animations/body-removal-crash.html b/LayoutTests/animations/body-removal-crash.html
|
| index ae02de2c6609cf6c8fd709f486f969c1b0611959..08804b2341189b749ffa1fa9f842a358556014b7 100644
|
| --- a/LayoutTests/animations/body-removal-crash.html
|
| +++ b/LayoutTests/animations/body-removal-crash.html
|
| @@ -10,8 +10,8 @@
|
| height: 100px;
|
| }
|
| @-webkit-keyframes anim {
|
| - from { -webkit-transform: rotate(0) scale(1,1); }
|
| - to { -webkit-transform: rotate(360deg) scale(2,4); }
|
| + from { transform: rotate(0) scale(1,1); }
|
| + to { transform: rotate(360deg) scale(2,4); }
|
| }
|
| </style>
|
| </head>
|
|
|