summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-4.html
blob: ca66e87f4a45bc6f8bd140e4fac23de20570c3a9 (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html>
  <head>
    <title>More mathvariant tests</title>
    <link rel="match" href="mathvariant-4-ref.html"/>
  </head>
  <body>
    <math>
      <mrow>
        <mtext mathvariant="fraktur">&#x1d49c;</mtext>
        <mtext mathvariant="fraktur">&#x212c;</mtext>
        <mtext mathvariant="fraktur">&#x00e1;</mtext>
      </mrow>
    </math>

    <p>

    <math>
      <mrow>
        <mtext mathvariant="monospace">AAA</mtext>
      </mrow>
    </math>

    <p>

    <math>
      <mstyle mathvariant="sans-serif">
        <mrow>
          <mtext>cos</mtext>
          <mo>&#x2061;</mo>
          <mi>x</mi>
        </mrow>
      </mstyle>
    </math>

    <p>

    <math mathvariant="sans-serif">
      <mrow>
        <mtext>cos</mtext>
        <mo>&#x2061;</mo>
        <mi>x</mi>
      </mrow>
    </math>

  </body>
</html>