1 <body contenteditable
><img><img><script src=
"../../resources/dump-as-markup.js"></script><script>
4 testRunner
.dumpAsText();
6 while (script
= document
.querySelector('script'))
7 script
.parentNode
.removeChild(script
);
9 getSelection().collapse(document
.body
, 2);
10 document
.execCommand('indent');
12 Markup
.description('This test indents insides a document with exactly two image elements.');
13 Markup
.dump(document
.body
);