layout/reftests/mathml/mathml-negativespace.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 <html>	
     2   <head></head>
     3   <body>
     4     <p>
     5       <math>
     6 	<mrow>
     7 	  <mi>x</mi> <mspace width="-0.0555555556em"></mspace> <mi>y</mi> 
     8 	</mrow>
     9       </math>
    10     </p>
    11     <p>
    12       <math>
    13 	<mrow>
    14 	  <mi>x</mi> <mspace width="-0.111111111em"></mspace> <mi>y</mi> 
    15 	</mrow>
    16       </math>
    17     <p>
    18       <math>
    19 	<mrow>
    20 	  <mi>x</mi> <mspace width="-0.166666667em"></mspace> <mi>y</mi> 
    21 	</mrow>
    22       </math>
    23     </p>
    24     <p>
    25       <math>
    26 	<mrow>
    27 	  <mi>x</mi> <mspace width="-0.222222222em"></mspace> <mi>y</mi> 
    28 	</mrow>
    29       </math>
    30     </p>
    31     <p>
    32       <math>
    33 	<mrow>
    34 	  <mi>x</mi> <mspace width="-0.277777778em"></mspace> <mi>y</mi> 
    35 	</mrow>
    36       </math>
    37     </p>
    38     <p>
    39       <math>
    40 	<mrow>
    41 	  <mi>x</mi> <mspace width="-0.333333333em"></mspace> <mi>y</mi> 
    42 	</mrow>
    43       </math>
    44     </p>
    45     <p>
    46       <math>
    47 	<mrow>
    48 	  <mi>x</mi> <mspace width="-0.388888889em"></mspace> <mi>y</mi> 
    49 	</mrow>
    50       </math>
    51     </p>	
    52   </body>	    
    53 </html>

mercurial