tor-browser

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

insert_adjacent_html-001-crash.html (202B)


      1 <!DOCTYPE html>
      2 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1219068">
      3 <span id="span">A</span>
      4 <script>
      5  onload = _ => span.insertAdjacentHTML("beforeEnd", undefined)
      6 </script>