layout/reftests/mathml/subscript-italic-correction-ref.html

Fri, 16 Jan 2015 18:13:44 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 16 Jan 2015 18:13:44 +0100
branch
TOR_BUG_9701
changeset 14
925c144e1f1f
permissions
-rw-r--r--

Integrate suggestion from review to improve consistency with existing code.

     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