tor-browser

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

890495-1.html (318B)


      1 <html>
      2 <head>
      3 <script type="text/javascript">
      4 function run() {
      5  document.documentElement.offsetLeft;
      6  var leg = document.getElementById('leg');
      7  leg.style.marginLeft = '100px';
      8 } 
      9 </script>
     10 </head>
     11 <body onload="run();">
     12 <fieldset>
     13  <legend id="leg">Legend</legend>
     14  fieldset contents
     15 </fieldset>
     16 </body>
     17 </html>