diff options
Diffstat (limited to 'editor/libeditor/crashtests/762183.html')
-rw-r--r-- | editor/libeditor/crashtests/762183.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/editor/libeditor/crashtests/762183.html b/editor/libeditor/crashtests/762183.html new file mode 100644 index 0000000000..1916ac6fb5 --- /dev/null +++ b/editor/libeditor/crashtests/762183.html @@ -0,0 +1,6 @@ +<body contenteditable=true>x y +<script> +document.body.firstChild.splitText(2).splitText(1).splitText(1); +getSelection().collapse(document.body, 1); +document.execCommand("forwardDelete", false, null); +</script> |