tor-browser

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

935056-1.html (290B)


      1 <!DOCTYPE html>
      2 <meta charset=utf-8>
      3 <style>
      4 * { margin: 3px; }
      5 p, text { font: 16px serif; }
      6 </style>
      7 <p>This text should be affected by the minimum font size.</p>
      8 <svg width="800" height="40">
      9  <text x="10" y="20">This text should not be affected by the minimum font size.</text>
     10 </svg>