6 const selection
= window
.getSelection()
7 selection
.extend(document
.getElementById('list_item'))
8 document
.getElementById('list_item').contentEditable
= 'true'
9 document
.execCommand('indent', false)
13 <body onload=jsfuzzer()
>
14 <li id=
"list_item">16</li>