Chromium Code Reviews| Index: LayoutTests/compositing/overflow/composited-scrolling-paint-phases.html |
| diff --git a/LayoutTests/compositing/overflow/composited-scrolling-paint-phases.html b/LayoutTests/compositing/overflow/composited-scrolling-paint-phases.html |
| index 498da1668673895365e65dda1a85e17ee19af0d5..6b625e5a389e249d215d9eba462378bf50c51339 100644 |
| --- a/LayoutTests/compositing/overflow/composited-scrolling-paint-phases.html |
| +++ b/LayoutTests/compositing/overflow/composited-scrolling-paint-phases.html |
| @@ -17,7 +17,7 @@ |
| height: 10px; |
| position: relative; |
| top: 10px; |
| - -webkit-transform: translateZ(0); |
| + transform: translateZ(0); |
| background-color: green; |
| z-index: -1; |
| } |