tor-browser

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

frac-invalid-2.html (497B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset="utf-8">
      5 <title>mfrac with one child</title>
      6 <link rel="help" href="https://w3c.github.io/mathml-core/#mfrac">
      7 <meta name="assert" content="An mfrac with one child should render using mrow.">
      8 <link rel="match" href="frac-invalid-2-ref.html">
      9 </head>
     10 <body>
     11  <p>This test passes if you see a single rectangle.</p>
     12  <math>
     13    <mfrac>
     14      <mspace width="200px" height="200px" style="background: green"></mspace>
     15    </mfrac>
     16  </math>
     17 </body>
     18 </html>