| Index: LayoutTests/dialog/top-layer-stacking.html
|
| diff --git a/LayoutTests/dialog/top-layer-stacking.html b/LayoutTests/dialog/top-layer-stacking.html
|
| index c3a73ff9675752ea9a0479779eeb7228363562c1..07d5bab5c239f9d01a08057884a3ffb29f04f19b 100644
|
| --- a/LayoutTests/dialog/top-layer-stacking.html
|
| +++ b/LayoutTests/dialog/top-layer-stacking.html
|
| @@ -9,6 +9,11 @@ transforms and z-index are tested inside a top layer element subtree. -->
|
| height:150px;
|
| width:150px;
|
| }
|
| +
|
| +::backdrop {
|
| + display: none;
|
| +}
|
| +
|
| .container {
|
| -webkit-perspective: 500px;
|
| border: 1px solid black;
|
|
|