tor-browser

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

mathsize-attribute-ref.html (376B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <meta charset="utf-8"/>
      5    <title>Verify mathsize attribute</title>
      6  </head>
      7  <body>
      8 
      9    <!-- The style attribute should have the same effect as the mathsize
     10         attribute. -->
     11    <div>
     12      <math>
     13        <mi style="font-size: 200%;">x</mi>
     14        <mi style="font-size: 3em;">x</mi>
     15      </math>
     16    </div>
     17 
     18  </body>
     19 </html>