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