layout/reftests/mathml/scriptshift-1.xhtml

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     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