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

14 lines
322 B
HTML

<head>
<link rel="match" href="cross-shadow-boundary-slot-10-ref.html"/>
</head>
<div id="host">
<template shadowrootmode="open">
<slot></slot>
</template>
<span>slotted</span>
</div>
<script>
// "slotted" is selected
window.getSelection().setBaseAndExtent(host, 0, host, host.childNodes.length);
</script>