layout/reftests/mathml/mmultiscript-align-ref.html

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

     1 <!DOCTYPE html>
     2 <html>
     3   <head>
     4     <title>alignment of mmultiscript sub/superscripts</title>
     5   </head>
     7   <body>
     8     <math>
     9       <mmultiscripts>
    10         <mspace width="50px" height="50px" mathbackground="red"/>
    11         <mrow>
    12           <mspace width="50px" height="10px" mathbackground="blue"/>
    13           <mspace width="50px" height="10px"/>
    14         </mrow>
    15         <mspace width="100px" height="10px" mathbackground="green"/>
    16         <mprescripts/>
    17         <mrow>
    18           <mspace width="50px" height="10px"/>
    19           <mspace width="50px" height="10px" mathbackground="blue"/>
    20         </mrow>
    21         <mspace width="100px" height="10px" mathbackground="green"/>
    22       </mmultiscripts>
    23     </math>
    24     <br/>
    25     <math>
    26       <mmultiscripts>
    27         <mspace width="50px" height="50px" mathbackground="red"/>
    28         <mspace width="100px" height="10px" mathbackground="green"/>
    29         <mrow>
    30           <mspace width="50px" height="10px" mathbackground="blue"/>
    31           <mspace width="50px" height="10px"/>
    32         </mrow>
    33         <mprescripts/>
    34         <mspace width="100px" height="10px" mathbackground="green"/>
    35         <mrow>
    36           <mspace width="50px" height="10px"/>
    37           <mspace width="50px" height="10px" mathbackground="blue"/>
    38         </mrow>
    39       </mmultiscripts>
    40     </math>
    41   </body>
    42 </html>

mercurial