1 <div contenteditable=true
><span contenteditable=false
></span><b></b>ABC
<span id=
"sample"></span></div>
3 var sample
= document
.getElementById('sample');
4 window
.getSelection().collapse(sample
, sample
.childNodes
.length
);
5 document
.execCommand("Indent");
6 document
.body
.textContent
= 'PASS; NOT CRASHED';
8 testRunner
.dumpAsText();