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