layout/reftests/mathml/munderover-empty-scripts.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>
     3     <title>Test munderover with empty scripts</title>
     4   </head>
     5   <body>
     7     <p>munder / munderover with empty overscript:
     8     <math>
     9       <munder style="background: red;">
    10         <mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext>
    11         <mtext style="background-color: rgba(0, 255, 0, 0.4);">bbb</mtext>
    12       </munder>
    13     </math></p>
    15     <p>mover / munderover with empty underscript:
    16     <math>
    17       <mover style="background: red;">
    18         <mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext>
    19         <mtext style="background-color: rgba(0, 255, 0, 0.4);">bbb</mtext>
    20       </mover>
    21     </math></p>
    23     <p>mrow / munder with empty scripts:
    24     <math>
    25       <mrow style="background: red;">
    26         <mtext style="background-color: rgba(0, 0, 255, 0.4);">AAA</mtext>
    27       </mrow>
    28     </math></p>
    30   </body>
    31 </html>

mercurial