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

7 lines
127 B
HTML

<!doctype html>
OuterText
<div>innerText</div>
OuterText
<script>
getSelection().selectAllChildren(document.body);
</script>