tor-browser

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

mpadded-012.html (600B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <title>Test mpadded</title>
      5    <link rel="help" href="https://w3c.github.io/mathml-core/#inner-box-and-requested-parameters">
      6    <meta name="assert" content="Verify basic rendering of mpadded.">
      7    <link rel="match" href="mpadded-012-ref.html">
      8  </head>
      9  <body>
     10    <math>
     11      <mpadded mathbackground="blue" width="100px" height="50px" depth="50px"
     12               lspace="10px" voffset="-15px">
     13        <mpadded mathbackground="red" width="20px" height="10px"
     14                 depth="10px">
     15        </mpadded>
     16      </mpadded>
     17    </math>
     18  </body>
     19 </html>