diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/compositing/reorder-z-with-style-expected.html')
| -rw-r--r-- | third_party/WebKit/LayoutTests/compositing/reorder-z-with-style-expected.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/WebKit/LayoutTests/compositing/reorder-z-with-style-expected.html b/third_party/WebKit/LayoutTests/compositing/reorder-z-with-style-expected.html index abb21c2..e7dc43d 100644 --- a/third_party/WebKit/LayoutTests/compositing/reorder-z-with-style-expected.html +++ b/third_party/WebKit/LayoutTests/compositing/reorder-z-with-style-expected.html @@ -4,7 +4,7 @@ height: 300px; width: 300px; background-color: green; - -webkit-transform: translateZ(0); + transform: translateZ(0); } #parent { @@ -13,7 +13,7 @@ width: 300px; height: 300px; background-color: green; - -webkit-transform: translateZ(0); + transform: translateZ(0); } </style> <body> |
