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