| Index: LayoutTests/compositing/layout-width-change.html
|
| diff --git a/LayoutTests/compositing/layout-width-change.html b/LayoutTests/compositing/layout-width-change.html
|
| index 2b78bc7a3441e841f80e3feb4834bef0405f3478..eb7b465dfb28b651dc50c4004558740961294bea 100644
|
| --- a/LayoutTests/compositing/layout-width-change.html
|
| +++ b/LayoutTests/compositing/layout-width-change.html
|
| @@ -20,7 +20,7 @@
|
| }
|
|
|
| .composited {
|
| - -webkit-transform: translateZ(0);
|
| + transform: translateZ(0);
|
| }
|
| </style>
|
| <script type="text/javascript" charset="utf-8">
|
|
|