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

10 lines
237 B
HTML

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