tor-browser

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

393655-3.html (345B)


      1 <html class="reftest-wait">
      2 <head>
      3  <script>
      4    function tweak() {
      5      var editMe = document.getElementById('editMe');
      6      editMe.innerHTML="a";
      7      document.documentElement.className = "";
      8    }
      9  </script>
     10 </head>
     11 <body onload="tweak()">
     12  Foo
     13  <div id="editMe" style="margin-bottom: 50px;">
     14  </div>
     15  <div>Bar</div>
     16 </body>
     17 </html>