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

10 lines
239 B
HTML

<!doctype html>
<span id="outer">Outer</span>
<div>
<span id="inner">Inner</span>
<span id="slotted">Slotted</span>
</div>
<script>
window.getSelection()
.setBaseAndExtent(slotted.firstChild, 3, outer.firstChild, 2);
</script>