| Index: LayoutTests/compositing/layer-creation/animation-overlap-with-children.html
|
| diff --git a/LayoutTests/compositing/layer-creation/animation-overlap-with-children.html b/LayoutTests/compositing/layer-creation/animation-overlap-with-children.html
|
| index 6289c6b7dd3943ed4c81d17ee85a81165d801e51..ac1716d056721ce5ef73f8507281589b15d6ca5d 100644
|
| --- a/LayoutTests/compositing/layer-creation/animation-overlap-with-children.html
|
| +++ b/LayoutTests/compositing/layer-creation/animation-overlap-with-children.html
|
| @@ -44,12 +44,12 @@
|
| }
|
|
|
| .composited {
|
| - -webkit-transform: translateZ(0);
|
| + transform: translateZ(0);
|
| }
|
|
|
| @-webkit-keyframes slide {
|
| - from { -webkit-transform: none; }
|
| - to { -webkit-transform: translateX(100px); }
|
| + from { transform: none; }
|
| + to { transform: translateX(100px); }
|
| }
|
| </style>
|
| <script>
|
|
|