| Index: LayoutTests/dialog/top-layer-stacking.html
|
| diff --git a/LayoutTests/dialog/top-layer-stacking.html b/LayoutTests/dialog/top-layer-stacking.html
|
| index 07d5bab5c239f9d01a08057884a3ffb29f04f19b..2916a2db25e83020e5ec42f264c18be5893b2f95 100644
|
| --- a/LayoutTests/dialog/top-layer-stacking.html
|
| +++ b/LayoutTests/dialog/top-layer-stacking.html
|
| @@ -20,7 +20,7 @@ transforms and z-index are tested inside a top layer element subtree. -->
|
| background-color: magenta;
|
| }
|
| .transformed {
|
| - -webkit-transform: rotateY(45deg);
|
| + transform: rotateY(45deg);
|
| background-color: cyan;
|
| }
|
| </style>
|
|
|