tor-browser

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

ruby-body-element-crash.html (363B)


      1 <link rel=help href="https://bugzilla.mozilla.org/show_bug.cgi?id=1935728">
      2 <script>
      3 document.addEventListener("DOMContentLoaded", () => {
      4  document.body.getBoundingClientRect();
      5  document.body.parentNode.removeChild(document.body)
      6  document.body.getBoundingClientRect();
      7 })
      8 </script>
      9 <style>
     10 body {
     11  display: ruby-text;
     12  overflow: scroll;
     13 }
     14 </style>
     15 <body>