mpadded-pseudo-units-004.html (642B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>Test mpadded</title> 5 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=685628"> 6 <link rel="match" href="mpadded-pseudo-units-004-ref.html"> 7 <meta name="assert" content="pseudo unit specified in mpadded@width does not affect the height/depth"> 8 </head> 9 <body> 10 <math> 11 <!--with fixed width, height + depth should not depend on the characters--> 12 <mpadded mathbackground="red" width="100width"> 13 <mphantom> 14 <mtext>𝚒<!-- Mathematical Monospace Small I --></mtext> 15 </mphantom> 16 </mpadded> 17 </math> 18 </body> 19 </html>