summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/editing/inserting/insert-without-enclosing-block.html
blob: 3d230faba4792477ad663090e2d6a6864174ec11 (plain)
1
2
3
4
5
6
7
8
9
<feSpotLight><sub id="div" contenteditable="true"><script>
if (window.testRunner)
    testRunner.dumpAsText();

window.getSelection().setPosition(div, 0);
document.execCommand("InsertHTML", false, "<dl>");

document.writeln('This test ensures WebKit does not crash.<br><br>PASS');
</script>