layout/reftests/mathml/mathvariant-2.html

Wed, 31 Dec 2014 06:55:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:55:50 +0100
changeset 2
7e26c7da4463
permissions
-rw-r--r--

Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2

     1 <!doctype html>
     2 <html>
     3   <head>
     4     <title>Test mathvariant exception mappings</title>
     5   </head>
     6   <body>
     7     <math>
     8       <mrow>
     9         <mtext mathvariant="italic">&#x0131;&#x0237;</mtext>
    10         <mtext mathvariant="bold">&#x0131;&#x0237;</mtext>
    11         <mtext mathvariant="bold">&#x03DC;&#x03DD;</mtext>
    12         <mtext mathvariant="italic">&#x03DC;&#x03DD;</mtext>
    13       </mrow>
    14     </math>
    15     <p>
    16     <math>
    17       <mrow>
    18         <mi>&imath;</mi>
    19         <mi>&jmath;</mi>
    20         <mi>&imath;&imath;</mi>
    21         <mi>&jmath;&jmath;</mi>
    22       </mrow>
    23     </math>
    24   </body>
    25 </html>

mercurial