3 testRunner
.dumpEditingCallbacks();
5 <div id=
"description">This test uses the execCommand to Outdent the text below.
</div>
7 <div contenteditable=
"true">
10 <li id=
"item1">Bar
</li>
15 var s
= window
.getSelection();
16 var p1
= document
.getElementById("item1");
18 document
.execCommand("Indent", false, "");