summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/mathml/relations/css-styling/mathsize-attribute.html
blob: 66bcb6dd25eb4958497e6d17df9703dab9033257 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8"/>
    <title>Verify mathsize attribute</title>
    <link rel="help" href="https://w3c.github.io/mathml-core/#css-styling">
    <link rel="help" href="https://w3c.github.io/mathml-core/#legacy-mathml-style-attributes">
    <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>