tor-browser

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

935056-1-ref.html (311B)


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