10 window
.onload = function() {
11 document
.designMode
= 'on';
12 document
.execCommand('SelectAll');
13 document
.execCommand('Indent', false, false);
14 document
.body
.textContent
= 'PASS; NOT CRASHED';
15 if (window
.testRunner
)
16 testRunner
.dumpAsText();
19 abcd
<ul class=
"collapse"><li>xyz
</li></ul>