mpadded-negative-attributes-002.html (618B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>Test mpadded</title> 5 <meta name="assert" content="Verify negative mpadded@width/height/depth."> 6 <link rel="match" href="mpadded-negative-attributes-002-ref.html"> 7 </head> 8 <body> 9 <math> 10 <!--if height, depth or width is a negative value, 0px is the value applied --> 11 <mpadded mathbackground="blue" width="100px" height="100px" depth="-100px" 12 lspace="20px" voffset="10px"> 13 <mpadded mathbackground="red" width="20px" height="10px" 14 depth="10px"> 15 </mpadded> 16 </mpadded> 17 </math> 18 </body> 19 </html>