layout/reftests/mathml/mathvariant-2-ref.html

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

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

mercurial