gecko/layout/reftests/bugs/192767.css
2011-02-07 09:59:20 +02: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;
}