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