mpadded-010.html (599B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>Test mpadded</title> 5 <link rel="help" href="https://w3c.github.io/mathml-core/#inner-box-and-requested-parameters"> 6 <meta name="assert" content="Verify basic rendering of mpadded."> 7 <link rel="match" href="mpadded-010-ref.html"> 8 </head> 9 <body> 10 <math> 11 <mpadded mathbackground="blue" width="100px" height="50px" depth="50px" 12 lspace="20px" voffset="30px"> 13 <mpadded mathbackground="red" width="20px" height="10px" 14 depth="10px"> 15 </mpadded> 16 </mpadded> 17 </math> 18 </body> 19 </html>