tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

padding-border-margin-006.html (774B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8"/>
      3 <title>Padding/border/margin on mroot</title>
      4 <link rel="match" href="padding-border-margin-006-ref.html"/>
      5 <meta name="assert" content="Verify visual how padding/border/margin on an mroot 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  mroot {
     12    font-family: RadicalFont;
     13  }
     14 </style>
     15 <math>
     16  <mrow>
     17    <mroot style="border: 30px solid blue; padding: 20px; color: gray">
     18      <mspace width="100px" height="50px" depth="50px" style="margin: 10px"></mspace>
     19      <mspace width="20px" height="10px" depth="10px" style="margin: 5px"></mspace>
     20    </mroot>
     21  </mrow>
     22 </math>