| Index: LayoutTests/compositing/reorder-z-with-style-expected.html
|
| diff --git a/LayoutTests/compositing/reorder-z-with-style-expected.html b/LayoutTests/compositing/reorder-z-with-style-expected.html
|
| index abb21c2a4c7cc1d6b3cef145d712b18a1c60a6fa..e7dc43dd81e50823057f87ee812a6351fb1cb170 100644
|
| --- a/LayoutTests/compositing/reorder-z-with-style-expected.html
|
| +++ b/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>
|
|
|