summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/mathml/relations/css-styling/mathsize-attribute-ref.html
blob: 7a0450e51edf24d52a09b1ea4463483d7704bb75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8"/>
    <title>Verify mathsize attribute</title>
  </head>
  <body>

    <!-- The style attribute should have the same effect as the mathsize
         attribute. -->
    <div>
      <math>
        <mi style="font-size: 200%;">x</mi>
        <mi style="font-size: 3em;">x</mi>
      </math>
    </div>

  </body>
</html>