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