3 testRunner
.dumpAsText();
6 window
.getSelection().setBaseAndExtent(start
, 0, null, 0);
7 document
.execCommand("Indent");
9 document
.writeln('execCommand("Indent") was crashing if the top element to be formatted is actually not an element.<br>');
10 document
.writeln('The test has passed if it does not crash.<br><br>')
11 document
.writeln('PASS');
14 <body onLoad=
"runTest();">
15 ><defs contenteditable=
"true" id=
"start">