diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/compositing/fixed-background-composited-html.html')
-rw-r--r-- | third_party/WebKit/LayoutTests/compositing/fixed-background-composited-html.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/WebKit/LayoutTests/compositing/fixed-background-composited-html.html b/third_party/WebKit/LayoutTests/compositing/fixed-background-composited-html.html index c5dbc73..d9c7803 100644 --- a/third_party/WebKit/LayoutTests/compositing/fixed-background-composited-html.html +++ b/third_party/WebKit/LayoutTests/compositing/fixed-background-composited-html.html @@ -4,7 +4,7 @@ <head> <style> html { - -webkit-transform: translateZ(0); + transform: translateZ(0); } body { height: 2000px; |