4 <div contenteditable=
"true" id=
"target"><span></span></div>
8 testRunner
.dumpAsText();
9 getSelection().collapse(document
.getElementById('target'), 0);
10 document
.execCommand('Indent');
11 document
.body
.textContent
= 'PASS if Blink doesn\'t crash.';