summaryrefslogtreecommitdiffstats
path: root/editor/libeditor/crashtests/1645983-2.html
blob: aee3833bf9d0d8154889c0275484e1eb7845e577 (plain)
1
2
3
4
5
6
7
<!doctype html>
<div contenteditable>abc<span></span><span></span></div>
<script>
let editor = document.querySelector("div[contenteditable]");
getSelection().collapse(editor, 3);
document.execCommand("inserttext", false, " ");
</script>