Chromium Code Reviews| Index: LayoutTests/compositing/tiled-layers-hidpi.html |
| diff --git a/LayoutTests/compositing/tiled-layers-hidpi.html b/LayoutTests/compositing/tiled-layers-hidpi.html |
| index 2a8ab3f232333119726dda04b6921b570bd06556..5183430dd8452aab0b192c79cfc122acf245e9fa 100644 |
| --- a/LayoutTests/compositing/tiled-layers-hidpi.html |
| +++ b/LayoutTests/compositing/tiled-layers-hidpi.html |
| @@ -3,7 +3,7 @@ |
| #composited { |
| width: 1800px; |
| height: 10px; |
| - -webkit-transform: translateZ(0); |
| + transform: translateZ(0); |
| background-color: blue; |
| } |
| </style> |