summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/mozilla/tests/mathml/negative-lengths/mpadded-negative-attributes-001.html
blob: 0842d97eb9d9053a3132e8d8b2f01e9629518c45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
  <head>
    <title>Test mpadded</title>
    <meta name="assert" content="Verify negative mpadded@lspace.">
    <link rel="match" href="mpadded-negative-attributes-001-ref.html">
  </head>
  <body>
    <math>
      <mpadded mathbackground="green" width="200px" height="100px" depth="100px"
               lspace="40px" voffset="20px">
        <mpadded mathbackground="blue" width="100px" height="50px" depth="50px"
                 lspace="-25px" voffset="15px">
          <mpadded mathbackground="red" width="20px" height="10px"
                   depth="10px">
          </mpadded>
        </mpadded>
      </mpadded>
    </math>
  </body>
</html>