| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>mfrac with one child</title> | |
| <link rel="help" href="https://mathml-refresh.github.io/mathml-core/#mfrac"> | |
| <meta name="assert" content="An mfrac with one child should render using mrow."> | |
| <link rel="match" href="frac-invalid-2-ref.html"> | |
| </head> | |
| <body> | |
| <p>This test passes if you see a single rectangle.</p> | |
| <math> | |
| <mfrac> | |
| <mspace width="200px" height="200px" style="background: green"></mspace> | |
| </mfrac> | |
| </math> | |
| </body> | |
| </html> |