tor-browser

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

mpadded-negative-attributes-001.html (673B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <title>Test mpadded</title>
      5    <meta name="assert" content="Verify negative mpadded@lspace.">
      6    <link rel="match" href="mpadded-negative-attributes-001-ref.html">
      7  </head>
      8  <body>
      9    <math>
     10      <mpadded mathbackground="green" width="200px" height="100px" depth="100px"
     11               lspace="40px" voffset="20px">
     12        <mpadded mathbackground="blue" width="100px" height="50px" depth="50px"
     13                 lspace="-25px" voffset="15px">
     14          <mpadded mathbackground="red" width="20px" height="10px"
     15                   depth="10px">
     16          </mpadded>
     17        </mpadded>
     18      </mpadded>
     19    </math>
     20  </body>
     21 </html>