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

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

     1 <!doctype html>
     2 <html>
     3   <head>
     4     <title>More mathvariant tests</title>
     5   </head>
     6   <body>
     7     <math>
     8       <mrow>
     9         <!-- mathvariant on characters that are already in the Mathematical
    10              AlphanumericSymbols or are exceptions (should not have any
    11              effect).-->
    12         <mtext>&#x1d49c;</mtext>
    13         <mtext>&#x212c;</mtext>
    14         <!-- mathvariant on characters for which there is no equivalent mathvariant
    15              form in Unicode (should not have any effect) -->
    16         <mtext>&#x00e1;</mtext>
    17       </mrow>
    18     </math>
    20     <p>
    22     <math>
    23       <mrow>
    24         <!-- mathvariant on multi-char token elements (should apply to all the 
    25              characters) -->
    26         <mtext>&#x1d670;&#x1d670;&#x1d670;</mtext>
    27       </mrow>
    28     </math>
    30     <p>
    32     <math>
    33       <mrow>
    34         <!-- mathvariant on mstyle (should apply to all token element descendants
    35              like single-char mi, mtext etc) -->
    36         <mtext mathvariant="sans-serif">cos</mtext>
    37         <mo>&#x2061;</mo>
    38         <mi mathvariant="sans-serif">x</mi>
    39       </mrow>
    40     </math>
    42     <p>
    44     <math>
    45       <mrow>
    46         <!-- mathvariant on math (should apply to all token element descendants
    47              like single-char mi, mtext etc) -->
    48         <mtext mathvariant="sans-serif">cos</mtext>
    49         <mo>&#x2061;</mo>
    50         <mi mathvariant="sans-serif">x</mi>
    51       </mrow>
    52     </math>
    54   </body>
    55 </html>

mercurial