tenfourfox/layout/reftests/bugs/192767.css
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

18 lines
236 B
CSS

body > *
{
width: 100px;
height: 100px;
overflow: auto;
border: thick solid purple;
margin: 10px;
}
body > * > *
{
margin: 10px;
border: medium solid green;
background: yellow;
width: 200px;
height: 200px;
}