tor-browser

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

frac-invalid.html (426B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset="utf-8">
      5 <title>mfrac with zero children</title>
      6 <link rel="help" href="https://w3c.github.io/mathml-core/#mfrac">
      7 <meta name="assert" content="An mfrac with no children should render using an empty mrow.">
      8 <link rel="match" href="frac-invalid-ref.html">
      9 </head>
     10 <body>
     11  <p>This test passes if mfrac renders nothing.</p>
     12  <math>
     13    <mfrac>
     14    </mfrac>
     15  </math>
     16 </body>
     17 </html>