layout/reftests/mathml/dir-7.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><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