chromium/third_party/blink/web_tests/fast/block/float/trailing-float-expected.html

<!DOCTYPE html>
<p>crbug.com/487775: There should be a green square below (and no assertion failures).</p>
<div>
    <div style="display:inline-block; width:100px;"></div>
    <div style="display:inline-block; width:100%; height:100px;"></div>
    <div style="width:100px; height:100px; background:green;"></div>
</div>