blob: 1790857496dc4a99801af4854d5da27c1ee4b3b5 [file] [log] [blame]
<!DOCTYPE html>
<html>
<meta http-equiv='content-type' content='text/html; charset=utf-8'>
<body>
<div contenteditable>
<p><br></p>
<p style="text-align: center; font-size: 15px;"><img src="icon.png"></p>
<p>hello, world</p>
</div>
<script>
document.querySelector('div').focus();
getSelection().setPosition(document.querySelector('img').parentNode, 1);
</script>
</body>
</html>