tor-browser

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

frac-invalid-2-ref.html (358B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset="utf-8">
      5 <title>mfrac with one child</title>
      6 </head>
      7 <body>
      8  <p>This test passes if you see a single rectangle.</p>
      9  <math>
     10    <mrow style="padding-inline-start: 1px; padding-inline-end: 1px;">
     11      <mspace width="200px" height="200px" style="background: green"></mspace>
     12    </mrow>
     13  </math>
     14 </body>
     15 </html>