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

17 lines
296 B
HTML

<!doctype html>
<div>
<div>
<span id="start">Start</span>
<span>Another</span>
<span>End</span>
</div>
<span>Second</span>
<span id="end">Third</span>
</div>
<script>
window.getSelection().setBaseAndExtent(
start.firstChild,
2,
end.firstChild,
4);
</script>