Backed out changeset b71c8c052463 (bug 1943846) for causing mass failures. CLOSED...
[gecko.git] / editor / libeditor / crashtests / 1547898.html
blob696e429e0b46fbb00a3d46dfb3ca7e4e23840d09
1 <html>
2 <head>
3 <script>
4 function jsfuzzer () {
5 window.find('1')
6 const selection = window.getSelection()
7 selection.extend(document.getElementById('list_item'))
8 document.getElementById('list_item').contentEditable = 'true'
9 document.execCommand('indent', false)
11 </script>
12 </head>
13 <body onload=jsfuzzer()>
14 <li id="list_item">16</li>
15 </body>
16 </html>