blob: f7f5df115f1b8e742aad5a81921764ce505b6fe3 [file] [log] [blame]
<!doctype HTML>
<style>
#container {
width: 150px;
height: 150px;
background: lightblue;
}
#child {
width: 50px;
height: 50px;
background: lightgreen;
}
</style>
<div id="log">PASS Containment requirement is not satisfied.</div>
<div id="container"></div>