blob: 5e21e703f18c8527ea6e8e864e187561f0fd931a [file] [log] [blame]
<script src="../../resources/dump-as-markup.js"></script>
<div>This test passes if it doesn't crash.</div>
<ul contentEditable>
<li id=foo></li>
</ul>
<script>
window.getSelection().selectAllChildren(foo);
document.execCommand('insertParagraph');
</script>