Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
            
- /mathml/relations/text-and-math/mi-automatic-italic-with-default-font.html - WPT Dashboard Interop Dashboard
 
 
<!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="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>