Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
            
- /mathml/relations/css-styling/mathsize-attribute.html - WPT Dashboard Interop Dashboard
 
 
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8"/>
    <title>Verify mathsize attribute</title>
    <meta name="assert" content="Verify mathsize attribute values.">
    <link rel="match" href="mathsize-attribute-ref.html">
  </head>
  <body>
    <!-- This verifies the effect of the mathsize attribute. -->
    <div>
      <math>
        <mi mathsize="200%">x</mi>
        <mi mathsize="3em">x</mi>
      </math>
    </div>
  </body>
</html>