| <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 “123”. | |
| </p> | |
| <div><span style="float: left;">1</span>23</div> |