tor-browser

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

frac-invalid-3.html (669B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset="utf-8">
      5 <title>mfrac with three 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-3-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="50px" height="200px" style="background: green"></mspace>
     15      <mspace width="50px" height="200px" style="background: green"></mspace>
     16      <mspace width="100px" height="200px" style="background: green"></mspace>
     17    </mfrac>
     18  </math>
     19 </body>
     20 </html>