summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/selection/shadow-dom/cross-shadow-boundary-select-document-ref.html
blob: 0312000bc0132b4a0861808613ab9b151048acfe (plain)
1
2
3
4
5
6
7
8
9
<!doctype html>
<html>
  <div>CONTENT</div>
  <script>
    const div = document.querySelector("div");
    getSelection().setBaseAndExtent(div.firstChild, 0, div.firstChild, 2);
  </script>
</html>