layout/reftests/mathml/mo-lspace-rspace-4-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   <body>
     4     <p>
     5       <math>
     6         <mtext>_</mtext>
     7         <mrow>
     8           <mfrac>
     9             <mo lspace="1em" rspace="2em">_</mo>
    10             <mtext>_</mtext>
    11           </mfrac>
    12         </mrow>
    13         <mtext>_</mtext>
    14       </math>
    15     </p>
    17     <p>
    18       <math>
    19         <mtext>_</mtext>
    20         <mrow>
    21           <mfrac bevelled="true">
    22             <mo lspace="1em" rspace="2em">_</mo>
    23             <mtext>_</mtext>
    24           </mfrac>
    25         </mrow>
    26         <mtext>_</mtext>
    27       </math>
    28     </p>
    30   </body>
    31 </html>

mercurial