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

6 lines
117 B
HTML

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