summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-2-ref.html
blob: c9e0068c518a052873d2a56ed6a7ac2a4bb45658 (plain)
1
2
3
4
5
6
7
<!doctype html>
OuterText
<div>innerText</div>
OuterText
<script>
  getSelection().selectAllChildren(document.body);
</script>