trisquel-icecat/icecat/testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-select-root-ref.html

11 lines
271 B
HTML

<!doctype html>
<html>
<body>
<div id="outerText">OuterText1</div>
<div>InnerText1</div>
<div>OuterText2</div>
<div id="host">InnerText2</div>
<script>
window.getSelection().setBaseAndExtent(outerText, 0, host, host.childNodes.length);
</script>
</body></html>