tor-browser

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

lineheight-percentage-1.html (186B)


      1 <!DOCTYPE html>
      2 <body style="font-size: 50px">
      3 <p style="line-height: 41%">
      4 <script>
      5 document.write(window.getComputedStyle(document.getElementsByTagName("p")[0]).lineHeight);
      6 </script>