padding-border-margin-005.html (690B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"/> 3 <title>Padding/border/margin on msqrt</title> 4 <link rel="match" href="padding-border-margin-005-ref.html"/> 5 <meta name="assert" content="Verify visual how padding/border/margin on an msqrt element affect the position of the painted radical symbol."> 6 <style> 7 @font-face { 8 font-family: RadicalFont; 9 src: url("/fonts/math/radical-kernafterdegreeminus5000-rulethickness1000.woff"); 10 } 11 msqrt { 12 font-family: RadicalFont; 13 } 14 </style> 15 <math> 16 <mrow> 17 <msqrt style="border: 30px solid blue; padding: 20px; color: gray"> 18 <mspace width="100px" height="50px" depth="50px" style="margin: 10px"></mspace> 19 </msqrt> 20 </mrow> 21 </math>