tor-browser

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

frac-invalid-ref.html (278B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset="utf-8">
      5 <title>mfrac with zero children</title>
      6 </head>
      7 <body>
      8  <p>This test passes if mfrac renders nothing.</p>
      9  <math>
     10    <mrow style="padding-inline-start: 1px; padding-inline-end: 1px;">
     11    </mrow>
     12  </math>
     13 </body>
     14 </html>