summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/mathml/relations/text-and-math/mi-automatic-italic-with-default-font.html
blob: 501992141076b76b994db5ad9d89819ef91c7ecb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
  <head>
    <title>Mathematica Alphanumeric Italic with default font</title>
    <meta name="assert" content="Verify italic mi are not rendered with Tofu.">
    <meta charset="utf-8"/>
    <link rel="help" href="https://w3c.github.io/mathml-core/#the-mathvariant-attribute"/>
    <link rel="mismatch" href="mi-automatic-italic-with-default-font-ref.html"/>
  </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>