editor/libeditor/base/crashtests/407079-1.html

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:2c161da36db1
1 <html>
2 <head>
3 <script type="text/javascript">
4
5 function boom()
6 {
7 document.execCommand("selectAll", false, null);
8 document.execCommand("inserthtml", false, "<p>");
9 }
10
11 </script>
12 </head>
13
14 <body onload="boom();"><textarea contenteditable="true"></textarea></body>
15 </html>

mercurial