1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/editor/libeditor/base/crashtests/762183.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,6 @@ 1.4 +<body contenteditable=true>x y 1.5 +<script> 1.6 +document.body.firstChild.splitText(2).splitText(1).splitText(1); 1.7 +getSelection().collapse(document.body, 1); 1.8 +document.execCommand("forwardDelete", false, null); 1.9 +</script>