comparison: editor/libeditor/base/crashtests/762183.html
editor/libeditor/base/crashtests/762183.html
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 <body contenteditable=true>x y |
|
2 <script> |
|
3 document.body.firstChild.splitText(2).splitText(1).splitText(1); |
|
4 getSelection().collapse(document.body, 1); |
|
5 document.execCommand("forwardDelete", false, null); |
|
6 </script> |