blob: 0c922c75e49243333b414e5592b056edd5c1fa78 [file] [log] [blame]
<!doctype HTML>
<style>
#parent {
contain: paint;
width: 150px;
height: 150px;
background: lightblue;
}
#child {
width: 50px;
height: 50px;
background: lightgreen;
}
</style>
<div id="log">PASS</div>
<div id="parent"><div id="child"></div></div>