Chromium Code Reviews| Index: LayoutTests/compositing/layer-creation/fixed-position-out-of-view-positioning.html |
| diff --git a/LayoutTests/compositing/layer-creation/fixed-position-out-of-view-positioning.html b/LayoutTests/compositing/layer-creation/fixed-position-out-of-view-positioning.html |
| index efb40d0064575fd1f13ea2e48a1173c5be09cc1f..d2f7b97ef9cc27a5852ee2c801f8c46b8060ab25 100644 |
| --- a/LayoutTests/compositing/layer-creation/fixed-position-out-of-view-positioning.html |
| +++ b/LayoutTests/compositing/layer-creation/fixed-position-out-of-view-positioning.html |
| @@ -15,7 +15,7 @@ |
| .positionedAndTransformed { |
| left: 20px; |
| top: -80px; |
| - -webkit-transform: translateY(100px); |
| + transform: translateY(100px); |
| } |
| </style> |