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