layout/reftests/mathml/dir-7.html

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

     1 <!DOCTYPE html>
     2 <html>
     3   <head><title>Test dir=rtl</title></head>
     4   <body>
     6     <p>
     7       mo (lspace=1em rspace=2em):
     8       <math dir="rtl">
     9         <mtext>_</mtext><mo lspace="1em" rspace="2em">+</mo><mtext>_</mtext>
    10       </math>
    11     </p>
    13     <p>
    14       embellished mrow (lspace=1em rspace=2em):
    15       <math dir="rtl">
    16         <mtext>_</mtext>
    17         <mrow><mo lspace="1em" rspace="2em">+</mo></mrow>
    18         <mtext>_</mtext>
    19       </math>
    20     </p>
    22     <p>
    23       embellished munderover (lspace=1em rspace=2em):
    24       <math dir="rtl">
    25         <mtext>_</mtext>
    26         <munderover>
    27           <mo lspace="1em" rspace="2em">+</mo>
    28           <mtext>|</mtext>
    29           <mtext>|</mtext>
    30         </munderover>
    31         <mtext>_</mtext>
    32       </math>
    33     </p>
    35   </body>
    36 </html>

mercurial