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