3 testRunner
.dumpEditingCallbacks();
5 <p>This tests the outdent: method. You should see an undented 'foo' below.
</p>
6 <div id=
"div" contenteditable=
"true"><blockquote class=
"webkit-indent-blockquote">foo
</blockquote></div>
9 var div
= document
.getElementById("div");
10 var sel
= window
.getSelection();
14 document
.execCommand("Outdent");