summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/mathml/relations/css-styling/mathsize-attribute-css-keywords-ref.html
blob: ebb12a6c6c6789efefdcd313da0700584c352f68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8"/>
    <title>mathsize and css keywords</title>
  </head>
  <body>
    <p>Test passes if you see 14 "A" of equal size:</p>
    <math>
      <mtext>A</mtext>
      <mtext>A</mtext>
      <mtext>A</mtext>
      <mtext>A</mtext>
      <mtext>A</mtext>
      <mtext>A</mtext>
      <mtext>A</mtext>
      <mtext>A</mtext>
      <mtext>A</mtext>
      <mtext>A</mtext>
      <mtext>A</mtext>
      <mtext>A</mtext>
      <mtext>A</mtext>
      <mtext>A</mtext>
    </math>
  </body>
</html>