summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/mathvariant-2.html
blob: c731122855c35fa9be03580595811478bf7a60b0 (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
<!DOCTYPE html>
<html>
  <head>
    <title>Test mathvariant exception mappings</title>
  </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>