4 <script src=
"../../resources/dump-as-markup.js"></script>
5 <div contenteditable=
"true"><b><a href=
"#">BoldLink
</a></b>This should be under the same blockquote as BoldLink, and not bold
</div>
8 Markup
.description('This tests indenting paragraphs that begin with nested inlines.');
10 var div
= document
.getElementsByTagName('div')[0];
11 window
.getSelection().selectAllChildren(div
);
12 document
.execCommand('indent', false, true);
13 document
.execCommand('indent', false, true);
14 document
.execCommand('indent', false, true);