blob: 9c57f190b149afe7a06a626fdb34aba81ae6ca01 [file] [log] [blame]
<!doctype HTML>
<style>
.contained {
contain: style layout;
width: 100px;
height: 100px;
background: lightblue;
}
</style>
<div id="log">PASS</div>
<div class="contained"></div>