summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/mozilla/tests/mathml/mpadded/mpadded-pseudo-units-003.html
blob: 9089c2cd5efdf8d46b02fdf4dae9dd93ab5e5282 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
  <head>
    <title>Test mpadded</title>
    <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=685628">
    <link rel="match" href="mpadded-pseudo-units-003-ref.html">
    <meta name="assert" content="width pseudo unit in mpadded@height refers to logical (not ink) metrics.">
  </head>
  <body>
    <math>
      <!--height in term of width should not depend on the characters-->
      <mpadded mathbackground="red" height="100width" depth="0">
        <mphantom>
          <mtext>&#x1D692;<!-- Mathematical Monospace Small I --></mtext>
        </mphantom>
      </mpadded>
    </math>
  </body>
</html>