| Index: LayoutTests/fullscreen/full-screen-remove-ancestor-after.html
|
| diff --git a/LayoutTests/fullscreen/full-screen-remove-ancestor-after.html b/LayoutTests/fullscreen/full-screen-remove-ancestor-after.html
|
| index 050f8bba0e5e4070b4ad2d5b2cce3c9c10b4b0bf..ac7ff0d8ce3ff4a3da55f9977bdb8e6f8810c5b6 100644
|
| --- a/LayoutTests/fullscreen/full-screen-remove-ancestor-after.html
|
| +++ b/LayoutTests/fullscreen/full-screen-remove-ancestor-after.html
|
| @@ -59,6 +59,9 @@ var init = function() {
|
| padding: 4px;
|
| height: 368px;
|
| }
|
| +:-webkit-full-screen-ancestor {
|
| + background-color: yellow;
|
| +}
|
| </style>
|
| </head>
|
| <body onload="init()">
|
|
|