layout/reftests/mathml/mi-mathvariant-3.html

Wed, 31 Dec 2014 07:53:36 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:53:36 +0100
branch
TOR_BUG_3246
changeset 5
4ab42b5ab56c
permissions
-rw-r--r--

Correct small whitespace inconsistency, lost while renaming variables.

     1 <!doctype html>
     2 <html>
     3   <head>
     4     <title>Mathematica Alphanumeric Italic</title>
     5     <meta charset="utf-8"/>
     6   </head>
     7   <body>
     9     <!-- The lowercase italic o should be smaller than the uppercase italic X
    10          (this will fail if missing char boxes are used) -->
    11     <math><mstyle mathbackground="red"><mphantom><mi>o</mi></mphantom></mstyle></math>
    13   </body>
    14 </html>

mercurial