6 lines
146 B
HTML
6 lines
146 B
HTML
<div id="host">
|
|
<span>slotted</span>
|
|
</div>
|
|
<script>
|
|
window.getSelection().setBaseAndExtent(host, 0, host, host.childNodes.length);
|
|
</script>
|