summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/parser/residual-style-close-across-removed-block.html
blob: dbc123e0100d4fa496353b2a90798e77e1467dfb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<body>
<script>
    if (window.testRunner)
        testRunner.dumpAsText();
</script>
<p>
    Test for <i><a href="rdar://problem/6255862">rdar://problem/6255862</a> domfuzz: null deref in WebCore::HTMLParser::handleResidualStyleCloseTagAcrossBlocks(WebCore::HTMLStackElem*)</i>.
</p>
<p>
    This tests closing a residual style tag out of order after a block child has been removed from the tree. No crash means PASS.
</p>
<font>
    <div id = "outerblock">
        <div>
            <script>
               document.getElementById("outerblock").textContent = "";
            </script>
</font>