chromium/third_party/blink/web_tests/fast/block/float/float-should-dirty-line-even-when-it-doesnt-intersect-it-expected.html

<!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>