summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/mozilla/tests/mathml/mathvariant/mathvariant-2.html
blob: 3c2cc7b45ae2ebb8999f6655e0f09636dd53a94a (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>
    <title>Test mathvariant exception mappings</title>
    <link rel="match" href="mathvariant-2-ref.html"/>
  </head>
  <body>
    <math>
      <mrow>
        <mtext mathvariant="italic">&#x0131;&#x0237;</mtext>
        <mtext mathvariant="bold">&#x0131;&#x0237;</mtext>
        <mtext mathvariant="bold">&#x03DC;&#x03DD;</mtext>
        <mtext mathvariant="italic">&#x03DC;&#x03DD;</mtext>
      </mrow>
    </math>
    <p>
    <math>
      <mrow>
        <mi>&imath;</mi>
        <mi>&jmath;</mi>
        <mi>&imath;&imath;</mi>
        <mi>&jmath;&jmath;</mi>
      </mrow>
    </math>
  </body>
</html>