chromium/third_party/blink/web_tests/fast/block/float/overhanging-after-height-decrease-offsets.html

<div style="height: 50px;">
    <div style="margin-left: 150px;">
        <div style="height: 100px; float: left; width: 100px; background-color: green;"></div>
        <div style="height: 100px; width: 100px; background-color: red;"></div>
    </div>
</div>