frac-invalid-3-ref.html (519B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <title>mfrac with three children</title> 6 </head> 7 <body> 8 <p>This test passes if you see a single rectangle.</p> 9 <math> 10 <mrow style="padding-inline-start: 1px; padding-inline-end: 1px;"> 11 <mspace width="50px" height="200px" style="background: green"></mspace> 12 <mspace width="50px" height="200px" style="background: green"></mspace> 13 <mspace width="100px" height="200px" style="background: green"></mspace> 14 </mrow> 15 </math> 16 </body> 17 </html>