| <!DOCTYPE html> |
| <p> |
| Test for <i><a href="https://bugs.webkit.org/show_bug.cgi?id=68550">https://bugs.webkit.org/show_bug.cgi?id=68550</a> |
| REGRESSION: Crash in RenderBlock::removeFloatingObjectsBelow()</i>. |
| </p> |
| <p> |
| The test passes if it does not cause a crash or assertion failure. |
| </p> |
| <script> |
| if (window.testRunner) |
| testRunner.dumpAsText(); |
| </script> |
| <div style="-webkit-columns:2; -webkit-column-fill:auto; columns:2; column-fill:auto; width:200px; height:40px; font-family:ahem; -webkit-font-smoothing:none;"> |
| <div style="height: 12px;"></div> |
| <div> |
| Text<br>E |
| <div style="width: 6px; height: 6px; float: left; background-color: blue;"> |
| </div> |
| </div> |
| </div> |