tor-browser

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

replace-root-with-trailing-comment-crash.html (282B)


      1 <html>
      2 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=2008590">
      3 <script>
      4 document.addEventListener("DOMContentLoaded", () => {
      5  document.documentElement.replaceWith(a)
      6 })
      7 </script>
      8 <dl id="a">a</dl>
      9 </html>
     10 <!-- This comment is needed to trigger the crash -->