summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-5-ref.html
blob: 2abfd911ecd6bae6ea738ce91a98f43d9e7233ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype html>
OuterText1
<div>innerText1</div>
OuterText2
<div>innerText2</div>
OuterText3
<script>
  getSelection().setBaseAndExtent(
    document.body.firstChild,
    3,
    document.body.childNodes[4],
  3);
</script>