blob: 5625c2d0155d8ac0aaeeeefa35c4b992829caade [file]
<style>
.float {
float: left;
width: 50px;
height: 100px;
background: blue;
}
</style>
<div>PASS if green box shows.</div>
<div class="float"></div>
<div class="float" style="background-color: green"></div>