Chromium Code Reviews| Index: LayoutTests/compositing/fixed-background-composited-html.html |
| diff --git a/LayoutTests/compositing/fixed-background-composited-html.html b/LayoutTests/compositing/fixed-background-composited-html.html |
| index c5dbc73212a0d744a18a2f97004bbf7f5cfe071b..d9c7803308e0d8273a4dca7f3718950f9a2d83c3 100644 |
| --- a/LayoutTests/compositing/fixed-background-composited-html.html |
| +++ b/LayoutTests/compositing/fixed-background-composited-html.html |
| @@ -4,7 +4,7 @@ |
| <head> |
| <style> |
| html { |
| - -webkit-transform: translateZ(0); |
| + transform: translateZ(0); |
| } |
| body { |
| height: 2000px; |