Chromium Code Reviews| Index: LayoutTests/compositing/overflow/parent-overflow.html |
| diff --git a/LayoutTests/compositing/overflow/parent-overflow.html b/LayoutTests/compositing/overflow/parent-overflow.html |
| index d9229764ba64f5adda384629d9e3f3b1377926d1..4e757a3281dcc6f387aaaa1b6f964f23188c76c5 100644 |
| --- a/LayoutTests/compositing/overflow/parent-overflow.html |
| +++ b/LayoutTests/compositing/overflow/parent-overflow.html |
| @@ -20,7 +20,7 @@ |
| width: 100px; |
| height: 300px; |
| background-color: gray; |
| - -webkit-transform: translateZ(0); |
| + transform: translateZ(0); |
| } |
| </style> |
| </head> |