layout/reftests/mathml/negative-mspace-1-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>
     2 <html>
     3   <head>
     4     <title>negative mspace</title>
     5     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
     6   </head>
     7   <body>
     8     <p>
     9       <math>
    10 	<mrow>
    11 	  <mspace width="1em" height="1em" mathbackground="red"></mspace>
    12 	  <mspace width="1em" height="1em" mathbackground="blue"></mspace>
    13 	</mrow>
    14       </math>
    15     </p>
    16     <p>
    17       <math>
    18 	<mrow>
    19 	  <mspace width="1em" height="1em" mathbackground="blue"></mspace>
    20 	  <mspace width="1em" height="1em" mathbackground="red"></mspace>
    21 	</mrow>
    22       </math>
    23     </p>
    24   </body>
    25 </html>

mercurial