Chromium Code Reviews| Index: LayoutTests/compositing/backing/no-backing-foreground-layer.html |
| diff --git a/LayoutTests/compositing/backing/no-backing-foreground-layer.html b/LayoutTests/compositing/backing/no-backing-foreground-layer.html |
| index f8213cef2998ef402ebe33a723d9b2bd4a667853..5a79566125ece25c2d15a3be25a8b70a6b397ee3 100644 |
| --- a/LayoutTests/compositing/backing/no-backing-foreground-layer.html |
| +++ b/LayoutTests/compositing/backing/no-backing-foreground-layer.html |
| @@ -28,7 +28,7 @@ |
| .composited { |
| position: absolute; |
| top: 50px; |
| - -webkit-transform: translateZ(0); |
| + transform: translateZ(0); |
| background-color: green; |
| } |
| </style> |