chromium/third_party/blink/web_tests/external/wpt/selection/shadow-dom/cross-shadow-boundary-1-ref.html

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