mpadded-pseudo-units-001.html (611B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>Test mpadded</title> 5 <meta name="assert" content="Verify basic rendering of mpadded with pseudo units."> 6 <link rel="match" href="mpadded-pseudo-units-001-ref.html"> 7 </head> 8 <body> 9 <math> 10 <!-- if lspace is used as a pseudounit, the lspace value is 0 --> 11 <mpadded mathbackground="blue" width="100px" height="3height" depth="3depth" 12 lspace="3lspace" voffset="10px"> 13 <mpadded mathbackground="red" width="20px" height="10px" 14 depth="10px"> 15 </mpadded> 16 </mpadded> 17 </math> 18 </body> 19 </html>