summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/css-generated-content/empty-content-with-float-crash.html
blob: f621c85874719645b6ab680c0b0725fefebbdfac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<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>