diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/compositing/overflow/accelerated-overflow-scroll-should-not-affect-perspective.html')
| -rw-r--r-- | third_party/WebKit/LayoutTests/compositing/overflow/accelerated-overflow-scroll-should-not-affect-perspective.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/WebKit/LayoutTests/compositing/overflow/accelerated-overflow-scroll-should-not-affect-perspective.html b/third_party/WebKit/LayoutTests/compositing/overflow/accelerated-overflow-scroll-should-not-affect-perspective.html index 5c67d48..9aa0ce2 100644 --- a/third_party/WebKit/LayoutTests/compositing/overflow/accelerated-overflow-scroll-should-not-affect-perspective.html +++ b/third_party/WebKit/LayoutTests/compositing/overflow/accelerated-overflow-scroll-should-not-affect-perspective.html @@ -21,13 +21,13 @@ .first { left: 0px; background-color: green; - -webkit-transform: translateZ(10px); + transform: translateZ(10px); } .second { left: 65px; background-color: blue; - -webkit-transform: translateZ(20px); + transform: translateZ(20px); } </style> <script> |
