tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

1897248.html (333B)


      1 <title>Ensure GetCommonFlattenedTreeAncestorForSelection won't crash when the provided contents are equal</title>
      2 <script>
      3 window.addEventListener("DOMContentLoaded", () => {
      4  let b = a.attachShadow({mode: "open"})
      5  let c = document.getSelection()
      6  b.append(null)
      7  c.setBaseAndExtent(a, 1, b, 1)
      8 })
      9 </script>
     10 <blockquote id="a">