Chromium Code Reviews| Index: LayoutTests/compositing/layer-creation/fixed-position-and-transform.html |
| diff --git a/LayoutTests/compositing/layer-creation/fixed-position-and-transform.html b/LayoutTests/compositing/layer-creation/fixed-position-and-transform.html |
| index f4569e08f223b4106e095b3000aac72564ddc076..c316a12f1ee0ed5451efada8329361ae8d501ffa 100644 |
| --- a/LayoutTests/compositing/layer-creation/fixed-position-and-transform.html |
| +++ b/LayoutTests/compositing/layer-creation/fixed-position-and-transform.html |
| @@ -13,7 +13,7 @@ |
| position: fixed; |
| left: 100px; |
| top: 100px; |
| - -webkit-transform:translateZ(0); |
| + transform:translateZ(0); |
| } |
| #overlap { |