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