layout/reftests/mathml/dir-1-ref.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>
     5     <p>
     6       math:
     7       <math>
     8         <mspace width="25px" height="25px" mathbackground="blue"/>
     9         <mspace width="25px" height="25px" mathbackground="green"/>
    10         <mspace width="25px" height="25px" mathbackground="red"/>
    11       </math>
    12     </p>
    14     <p>
    15       mrow:
    16       <math>
    17         <mrow>
    18           <mspace width="25px" height="25px" mathbackground="blue"/>
    19           <mspace width="25px" height="25px" mathbackground="green"/>
    20           <mspace width="25px" height="25px" mathbackground="red"/>
    21         </mrow>
    22       </math>
    23     </p>
    25     <p>
    26       mstyle:
    27       <math>
    28         <mstyle>
    29           <mspace width="25px" height="25px" mathbackground="blue"/>
    30           <mspace width="25px" height="25px" mathbackground="green"/>
    31           <mspace width="25px" height="25px" mathbackground="red"/>
    32         </mstyle>
    33       </math>
    34     </p>
    36     <p>
    37       mpadded lspace="25px" width="150px":
    38       <math>
    39         <mspace width="1px" height="25px" mathbackground="black"/>
    40         <mpadded lspace="50px" width="150px">
    41           <mspace width="25px" height="25px" mathbackground="blue"/>
    42           <mspace width="25px" height="25px" mathbackground="green"/>
    43           <mspace width="25px" height="25px" mathbackground="red"/>
    44         </mpadded>
    45         <mspace width="1px" height="25px" mathbackground="black"/>
    46       </math>
    47     </p>
    49     <p>
    50       mfenced open="A" close="D" separators="BC":
    51       <math>
    52         <mfenced open="D" close="A" separators="CB">
    53           <mtext>c</mtext>
    54           <mtext>b</mtext>
    55           <mtext>a</mtext>
    56         </mfenced>
    57       </math>
    58     </p>
    60   </body>
    61 </html>

mercurial