tor-browser

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

mathsize-attribute-legacy-values-ref.html (312B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <meta charset="utf-8"/>
      5    <title>Legacy mathsize values</title>
      6  </head>
      7  <body>
      8    <p>Test passes if you see four "A" of equal size:</p>
      9    <math>
     10      <mtext>A</mtext>
     11      <mtext>A</mtext>
     12      <mtext>A</mtext>
     13      <mtext>A</mtext>
     14    </math>
     15  </body>
     16 </html>