chromium/third_party/blink/web_tests/fast/block/float/add-inline-before-float-and-after-anonymous-block-expected.html

<!DOCTYPE html>
<style>
.inline-block
{
    width: 50px;
    height: 50px;
    background-color: green;
    display: inline-block;
}
</style>
<p>crbug.com/523282: There should be a green <em>square</em> below.</p>
<div>
    <div class="inline-block"></div>
</div>