blob: 8f9950ebed628e676014842b83e3bd8f9ae9ae84 [file] [log] [blame]
<!doctype HTML>
<style>
#container {
contain: style layout;
width: 100px;
height: 100px;
background: lightblue;
}
</style>
<div id="log">PASS if container is visible</div>
<div id="container"></div>