tor-browser

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

frac-linethickness-003-notref.html (417B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <meta charset="utf-8">
      5    <title>fractions linethickness</title>
      6  </head>
      7  <body>
      8    <p>This test passes if you see a fraction without fraction bar.</p>
      9    <math>
     10      <mfrac>
     11        <mspace width="20px" height="5px" style="background: blue"></mspace>
     12        <mspace width="20px" height="5px" style="background: cyan"></mspace>
     13      </mfrac>
     14    </math>
     15  </body>
     16 </html>