chromium/third_party/blink/web_tests/fast/css/first-letter-float-after-float.html

<style>
    div:first-letter { float: left; }
</style>
<p>
    Test for <i><a href="https://bugs.webkit.org/show_bug.cgi?id=18818">https://bugs.webkit.org/show_bug.cgi?id=18818</a>
    REGRESSION (3.1.1-TOT): Character order (float:left ordered after the first letter)</i>.
</p>
<p>
    The next line should say &ldquo;123&rdquo;.
</p>
<div><span style="float: left;">1</span>23</div>