tor-browser

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

467137-1.html (458B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <script>
      5 
      6 function z()
      7 {
      8  var q = document.getElementById("q");
      9 
     10  for (var r = 0; r < 100; ++r) {
     11    // dump(r + "\n");
     12    q.style.width = r + "px";
     13    document.documentElement.offsetHeight;
     14  }
     15 }
     16 
     17 </script>
     18 </head>
     19 <body onload="z();">
     20 
     21 <div style="font-family: monospace;" id="q"><div id="w" style="word-spacing: 1px">AAA <span style="white-space: pre-line; font-weight: 500;">BB C 
     22 </span></div></div>
     23 
     24 </body></html>