blob: 77e0b0853f4a4996278b7922939973c41a2df9c8 [file]
<style>
.green {
background: green;
float: left;
width: 100px;
height: 100px;
}
.blue {
background: blue;
width: 200px;
}
</style>
<div class='green'></div><div class='blue'><br style="clear:both"><span></span></div>
PASS if blue box is as tall as the green one.