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