blob: 948c5d90a661b2d8a9bd2f642fe5c8645c48c826 [file] [log] [blame] [edit]
<style>
body {
font-size: 30px;
font-family: Monospace;
}
.container {
width: 150px;
}
.shape {
float: left;
height: 75px;
width: 100px;
}
img {
width: 100px;
height: 100px;
background-color: green;
}
</style>
<div class="container"><div class=shape></div><div class=shape></div><img></div>
PASS if green box is visible.