| Index: LayoutTests/dialog/top-layer-stacking-expected.html
|
| diff --git a/LayoutTests/dialog/top-layer-stacking-expected.html b/LayoutTests/dialog/top-layer-stacking-expected.html
|
| index d7a705a66021e227354bc9a904414889c437da50..11217318c3ab1659006ceecdd016ca611e5f3a99 100644
|
| --- a/LayoutTests/dialog/top-layer-stacking-expected.html
|
| +++ b/LayoutTests/dialog/top-layer-stacking-expected.html
|
| @@ -14,7 +14,7 @@
|
| background-color: magenta;
|
| }
|
| .transformed {
|
| - -webkit-transform: rotateY(45deg);
|
| + transform: rotateY(45deg);
|
| background-color: cyan;
|
| }
|
| </style>
|
|
|