chromium/third_party/blink/web_tests/fast/block/float/add-inline-to-block-flow-and-ensure-layout-on-containers-of-removed-floats-expected.html

<!DOCTYPE html>
<style>
#a {
    width:50px;
    height:50px;
    float: left;
    background: green;
}
</style>
<p>There should be a green <em>square</em> below.</p>
<div>
    <div id="a"></div>
</div>