blob: b1cb845907a5dabb718a4c36aab4fd18396d0c97 [file] [log] [blame]
<!DOCTYPE html>
<html>
<body><div contenteditable><img><img></div>
<script src="../../resources/dump-as-markup.js"></script>
<script>
if (window.testRunner)
testRunner.dumpAsText();
while (script = document.querySelector('script'))
script.parentNode.removeChild(script);
getSelection().collapse(document.getElementsByTagName('div')[0], 2);
document.execCommand('indent');
Markup.description('This test indents insides a document with exactly two image elements.');
Markup.dump(document.body);
</script>
</body>
</html>