haikuwebkit/LayoutTests/fast/css-generated-content/empty-content-with-float-cr...

18 lines
431 B
HTML

<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
<style>
span::after {content: ''; }
</style>
<p>
Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=17988">http://bugs.webkit.org/show_bug.cgi?id=17988</a>
REGRESSION (r31114-31132): Crash in InlineBox::isDirty() opening chowhound.com</i>.
</p>
<p>
No crash means PASS.
</p>
<span>
<div style="float: left;"></div>
</span>