1 <p>This tests indenting the second paragraph in a blockquote. By indenting
"world", we should be inserting a blockquote around world inside the
"test" blockquote.
</p>
2 <div id=
"div" contenteditable=
"true">
11 if (window
.testRunner
)
12 testRunner
.dumpAsText();
14 var e
= document
.getElementById("test");
15 var s
= window
.getSelection();
16 var r
= document
.createRange();
20 document
.execCommand("Indent", false, null);
21 text
= document
.createTextNode(document
.getElementById('div').innerHTML
);
22 document
.getElementById('c').appendChild( text
);