Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
            - /mathml/mpadded/mpadded-pseudo-units-004.html - WPT Dashboard Interop Dashboard
 
<!DOCTYPE html>
<html>
  <head>
    <title>Test mpadded</title>
    <link rel="match" href="mpadded-pseudo-units-004-ref.html">
    <meta name="assert" content="pseudo unit specified in mpadded@width does not affect the height/depth">
  </head>
  <body>
    <math>
      <!--with fixed width, height + depth should not depend on the characters-->
      <mpadded mathbackground="red" width="100width">
        <mphantom>
          <mtext>𝚒<!-- Mathematical Monospace Small I --></mtext>
        </mphantom>
      </mpadded>
    </math>
  </body>
</html>