layout/reftests/mathml/subscript-italic-correction-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>subscript</title>
     5     <meta charset="utf-8"/>
     6   </head>
     7   <body style="background: #5f5; font-size: 50px;">
     9     <div>
    10       <math>
    11         <msubsup>
    12           <mi mathbackground="#5f5">f</mi>
    13           <mspace id="s0" width="50px" height="50px" mathbackground="blue"/>
    14           <mspace id="s1" width="50px" height="50px" mathbackground="blue"/>
    15         </msubsup>
    16       </math>
    17     </div>
    19     <br/>
    21     <div>
    22       <math>
    23         <mmultiscripts>
    24           <mi mathbackground="#5f5">f</mi>
    25           <mspace id="s2" width="50px" height="50px" mathbackground="blue"/>
    26           <mspace id="s3" width="50px" height="50px" mathbackground="blue"/>
    27           <mspace id="s4" width="50px" height="50px" mathbackground="blue"/>
    28           <mspace id="s5" width="50px" height="50px" mathbackground="blue"/>
    29           <mspace id="s6" width="50px" height="50px" mathbackground="blue"/>
    30           <mspace id="s7" width="50px" height="50px" mathbackground="blue"/>
    31         </mmultiscripts>
    32       </math>
    33     </div>
    35   </body>
    36 </html>

mercurial