Chromium Code Reviews| Index: LayoutTests/compositing/layer-creation/overlap-negative-z-index.html |
| diff --git a/LayoutTests/compositing/layer-creation/overlap-negative-z-index.html b/LayoutTests/compositing/layer-creation/overlap-negative-z-index.html |
| index ddc2ad9a0a9bdbcc8b92c2ceba4a5e62b288422a..e4c4e4cfd70406ffc700f743a8c3cfe0a9978e33 100644 |
| --- a/LayoutTests/compositing/layer-creation/overlap-negative-z-index.html |
| +++ b/LayoutTests/compositing/layer-creation/overlap-negative-z-index.html |
| @@ -4,7 +4,7 @@ |
| <style> |
| .composited { |
| - -webkit-transform:translatez(0); |
| + transform:translatez(0); |
| } |
| .box { |