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

10 lines
244 B
HTML

<!doctype html>
<div>
<span id="first">First</span>
<span id="inner">Inner</span>
<span id="second">Second</span>
</div>
<script>
window.getSelection()
.setBaseAndExtent(second.firstChild, 3, first.firstChild, 2);
</script>