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