frac-created-dynamically-2-ref.html (521B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <title>mfrac created dynamically</title> 6 </head> 7 <body> 8 <p>This test passes if it renders the same as an invalid fraction with 3 children.</p> 9 <math> 10 <mfrac> 11 <mspace width="50px" height="50px" style="background: black"></mspace> 12 <mspace width="50px" height="50px" style="background: black"></mspace> 13 <mspace width="50px" height="50px" style="background: black"></mspace> 14 </mfrac> 15 </math> 16 </body> 17 </html>