blob: ad35377d36efd0c44bb756622972cbc36c3e63f6 [file] [log] [blame]
<!doctype HTML>
<style>
#container {
contain: content;
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>