Chromium Code Reviews| Index: LayoutTests/compositing/z-order/negative-z-index.html |
| diff --git a/LayoutTests/compositing/z-order/negative-z-index.html b/LayoutTests/compositing/z-order/negative-z-index.html |
| index 8ea8258a0ca79886e38f977245a5a74a6b545a0f..0dfe976b9adbe6030a4ca995f899ad91ebfc0bf7 100644 |
| --- a/LayoutTests/compositing/z-order/negative-z-index.html |
| +++ b/LayoutTests/compositing/z-order/negative-z-index.html |
| @@ -17,7 +17,7 @@ |
| } |
| .compositing { |
| - -webkit-transform: translateZ(0); |
| + transform: translateZ(0); |
| } |
| .foreground { |