3 testRunner
.dumpEditingCallbacks();
6 This test uses the execCommand to indent the text below.
9 <div contenteditable=
"true">
10 <span id=
"item1">Lorem
</span><br>
12 <blockquote class=
"webkit-indent-blockquote" style=
"margin: 0 0 0 40px;">
23 <span id=
"item2">Thing
</span>
26 var s
= window
.getSelection();
27 var p1
= document
.getElementById("item1");
28 var p2
= document
.getElementById("item2");
30 s
.setBaseAndExtent(p1
, 0, p2
, 2);
31 document
.execCommand("Indent", false, "");