blob: 448b652d47deedefd58ef4d22170a140f01e099f [file] [edit]
<!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; 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>