tor-browser

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

frac-legacy-bevelled-attribute.tentative-ref.html (512B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <meta charset="utf-8">
      5    <title>fractions bevelled (reference)</title>
      6  </head>
      7  <body>
      8    <p>Test passes is you see a blue rectangle <em>above</em> a green rectangle, separated by a horizontal bar.</p>
      9    <p>
     10      <math>
     11        <mfrac>
     12          <mspace width="100px" height="30px" style="background: lightblue"></mspace>
     13          <mspace width="100px" height="30px" style="background: lightgreen"></mspace>
     14        </mfrac>
     15      </math>
     16    </p>
     17  </body>
     18 </html>