summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/mi-mathvariant-3.html
blob: aa503da9a903fc32cc78ac1e96871ac1de8f5be4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
  <head>
    <title>Mathematica Alphanumeric Italic</title>
    <meta charset="utf-8"/>
  </head>
  <body>

    <!-- The lowercase italic o should be smaller than the uppercase italic X
         (this will fail if missing char boxes are used) -->
    <math><mstyle mathbackground="red"><mphantom><mi>o</mi></mphantom></mstyle></math>

  </body>
</html>