blob: 61792869a0a8528da8e908fa4826a5b0545a7ac1 [file] [log] [blame]
<!doctype HTML>
<style>
.spacer {
width: 150px;
height: 3000px;
background: lightblue;
}
#container {
contain: style layout;
width: 150px;
height: 150px;
}
</style>
<div class="spacer"></div>
<div id="container"></div>