frac-mrow-001-ref.html (478B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <title>Fraction mrow</title> 6 </head> 7 <body style="font-size: 20pt;"> 8 <p>This test passes if you see a fraction with a blue square as numerator and a cyan square as denominator.</p> 9 <math> 10 <mfrac> 11 <mspace width="60px" height="60px" style="background: blue"></mspace> 12 <mspace width="60px" height="60px" style="background: cyan"></mspace> 13 </mfrac> 14 </math> 15 </body> 16 </html>