Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / editing / execCommand / indent-images.html
1 <body contenteditable><img><img><script src="../../resources/dump-as-markup.js"></script><script>
2
3 if (window.testRunner)
4     testRunner.dumpAsText();
5
6 while (script = document.querySelector('script'))
7     script.parentNode.removeChild(script);
8
9 getSelection().collapse(document.body, 2);
10 document.execCommand('indent');
11
12 Markup.description('This test indents insides a document with exactly two image elements.');
13 Markup.dump(document.body);
14
15 </script></body>