Chromium Code Reviews| Index: LayoutTests/compositing/overflow/fixed-position-ancestor-clip.html |
| diff --git a/LayoutTests/compositing/overflow/fixed-position-ancestor-clip.html b/LayoutTests/compositing/overflow/fixed-position-ancestor-clip.html |
| index 259d3946457bb302efa7fa5096e7d7987fc96404..d6516e17011617b8f532407f1df782f92961ccb7 100644 |
| --- a/LayoutTests/compositing/overflow/fixed-position-ancestor-clip.html |
| +++ b/LayoutTests/compositing/overflow/fixed-position-ancestor-clip.html |
| @@ -20,7 +20,7 @@ |
| width: 100px; |
| height: 100px; |
| background-color: green; |
| - -webkit-transform: translateZ(0); |
| + transform: translateZ(0); |
| } |
| p { |