| Index: LayoutTests/compositing/layer-creation/translatez-overlap.html
|
| diff --git a/LayoutTests/compositing/layer-creation/translatez-overlap.html b/LayoutTests/compositing/layer-creation/translatez-overlap.html
|
| index dbbcd9701c196b2cfdb11dbde5f30d1f42da85c0..5180578820e2ced6edbe0716185e68e118b51136 100644
|
| --- a/LayoutTests/compositing/layer-creation/translatez-overlap.html
|
| +++ b/LayoutTests/compositing/layer-creation/translatez-overlap.html
|
| @@ -11,7 +11,7 @@
|
| }
|
|
|
| .composited {
|
| - -webkit-transform: translateZ(0);
|
| + transform: translateZ(0);
|
| }
|
| </style>
|
| <script type="text/javascript" charset="utf-8">
|
|
|