trisquel-icecat/icecat/testing/web-platform/mozilla/tests/selection/cross-shadow-boundary-slot-10-ref.html
2025-10-06 02:35:48 -06:00

6 lines
146 B
HTML

<div id="host">
<span>slotted</span>
</div>
<script>
window.getSelection().setBaseAndExtent(host, 0, host, host.childNodes.length);
</script>