summaryrefslogtreecommitdiffstats
path: root/editor/libeditor/crashtests/762183.html
diff options
context:
space:
mode:
Diffstat (limited to 'editor/libeditor/crashtests/762183.html')
-rw-r--r--editor/libeditor/crashtests/762183.html6
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 000000000..1916ac6fb
--- /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>