editor/libeditor/html/crashtests/499844-1.html

changeset 2
7e26c7da4463
equal deleted inserted replaced
-1:000000000000 0:40a0c228f637
1 <html>
2 <head>
3 <script type="text/javascript">
4
5 function boom()
6 {
7 document.body.contentEditable = "true";
8 document.execCommand("outdent", false, null);
9 }
10
11 </script>
12 </head>
13
14 <body style="word-spacing: 3px;" onload="boom();"> &#x0301;</body>
15 </html>

mercurial