layout/reftests/mathml/mathvariant-5-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>Dynamic mathvariant tests</title>
     5   </head>
     6   <body>
     7     <math>
     8       <mrow>
     9         <mi id="Mi0" mathvariant="script">A</mi>
    10         <mi id="Mi1">BB</mi>
    11         <mi id="Mi2">B</mi>
    12         <mi id="Mi3">A</mi>
    13         <mi id="Mi4" mathvariant="script">A</mi>
    14         <mtext id="Mtext0" fontweight="bold">A</mtext>
    15         <mtext id="Mtext1" fontstyle="italic">A</mtext>
    16         <mtext id="Mtext2" mathvariant="script">A</mtext>
    17         <mtext id="Mtext3" mathvariant="script">A</mtext>
    18         <mtext id="Mtext4" mathvariant="script">A</mtext>
    19         <mtext id="Mtext5" mathvariant="script">A</mtext>
    20       </mrow>
    21     </math>
    23     <p>
    25     <math>
    26       <mrow>
    27         <mstyle id="Mstyle0" mathvariant="fraktur">
    28           <mtext>Hello</mtext>
    29         </mstyle>
    30         <mstyle id="Mstyle1" mathvariant="monospace">
    31           <mtext>Hello</mtext>
    32         </mstyle>
    33         <mstyle id="Mstyle2">
    34           <mtext>Hello</mtext>
    35         </mstyle>
    36       </mrow>
    37     </math>
    39     <p>
    41     <math id="Math0" mathvariant="fraktur">
    42       <mtext>Hello</mtext>
    43     </math>
    44     <math id="Math1" mathvariant="monospace">
    45       <mtext>Hello</mtext>
    46     </math>
    47     <math id="Math2">
    48       <mtext>Hello</mtext>
    49     </math>
    51   </body>
    52 </html>

mercurial