layout/reftests/mathml/scriptshift-1.xhtml

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 <html xmlns="http://www.w3.org/1999/xhtml">
     2 <body>
     3   <math xmlns="http://www.w3.org/1998/Math/MathML">
     4     <msub subscriptshift="-5px">
     5       <mi>x</mi>
     6       <mn>2</mn>
     7     </msub>
     8     <mo>+</mo>
     9     <msup superscriptshift="-5px">
    10       <mi>x</mi>
    11       <mn>2</mn>
    12     </msup>
    13     <mo>+</mo>
    14     <msubsup subscriptshift="-5px" superscriptshift="-5px">
    15       <mi>x</mi>
    16       <mn>2</mn>
    17       <mn>3</mn>
    18     </msubsup>
    19     <mo>+</mo>
    20     <mmultiscripts subscriptshift="-5px" superscriptshift="-5px">
    21       <mi> x </mi>
    22       <mn>2</mn>
    23       <mn>3</mn>
    24       <mprescripts/>
    25       <mn>4</mn>
    26       <mn>5</mn>
    27     </mmultiscripts>
    28   </math> 
    29 </body>
    30 </html>

mercurial