| Index: third_party/WebKit/LayoutTests/compositing/layer-creation/animation-overlap-with-children.html
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/layer-creation/animation-overlap-with-children.html b/third_party/WebKit/LayoutTests/compositing/layer-creation/animation-overlap-with-children.html
|
| index ac1716d056721ce5ef73f8507281589b15d6ca5d..ad0315da0d8e377fe45749edc14578b9fb6e17b1 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/layer-creation/animation-overlap-with-children.html
|
| +++ b/third_party/WebKit/LayoutTests/compositing/layer-creation/animation-overlap-with-children.html
|
| @@ -48,7 +48,7 @@
|
| }
|
|
|
| @-webkit-keyframes slide {
|
| - from { transform: none; }
|
| + from { transform: translateX(0px); }
|
| to { transform: translateX(100px); }
|
| }
|
| </style>
|
|
|