blob: 84bfbdeb6f2542caa6161314bda524cbaff68ae1 [file] [log] [blame]
<!DOCTYPE html>
<style>
.float {
float:left;
}
</style>
<p> crbug.com/616167: There should be a green square below. </p>
<div class="float">
<div style="height: 100px; width: 100px; background-color: green;"></div>
</div>