diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/compositing/squashing/overflow-scroll-grandchildren.html')
-rw-r--r-- | third_party/WebKit/LayoutTests/compositing/squashing/overflow-scroll-grandchildren.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/WebKit/LayoutTests/compositing/squashing/overflow-scroll-grandchildren.html b/third_party/WebKit/LayoutTests/compositing/squashing/overflow-scroll-grandchildren.html index 5c44d48..fb58795 100644 --- a/third_party/WebKit/LayoutTests/compositing/squashing/overflow-scroll-grandchildren.html +++ b/third_party/WebKit/LayoutTests/compositing/squashing/overflow-scroll-grandchildren.html @@ -14,7 +14,7 @@ height: 200px; left: 20px; top: 20px; - -webkit-transform: translateZ(0); + transform: translateZ(0); } #subcontainer { |