layout/reftests/mathml/dir-6.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       mtable:
     8       <math dir="rtl">
     9         <mtable>
    10           <mtr>
    11             <mtd>
    12               <mtext>a</mtext>
    13             </mtd>
    14             <mtd>
    15               <mtext>b</mtext>
    16             </mtd>
    17             <mtd>
    18               <mtext>c</mtext>
    19             </mtd>
    20           </mtr>
    21           <mtr>
    22             <mtd>
    23               <mtext>d</mtext>
    24             </mtd>
    25             <mtd>
    26               <mtext>e</mtext>
    27             </mtd>
    28             <mtd>
    29               <mtext>f</mtext>
    30             </mtd>
    31           </mtr>
    32         </mtable>
    33       </math>
    34     </p>
    36     <p>
    37       mtable:
    38       <math dir="rtl">
    39         <mtable frame="solid">
    40           <mtr>
    41             <mtd>
    42               <mtext>a</mtext>
    43             </mtd>
    44             <mtd>
    45               <mtext>b</mtext>
    46             </mtd>
    47             <mtd>
    48               <mtext>c</mtext>
    49             </mtd>
    50           </mtr>
    51           <mtr>
    52             <mtd>
    53               <mtext>d</mtext>
    54             </mtd>
    55             <mtd>
    56               <mtext>e</mtext>
    57             </mtd>
    58             <mtd>
    59               <mtext>f</mtext>
    60             </mtd>
    61           </mtr>
    62         </mtable>
    63       </math>
    64     </p>
    66   </body>
    67 </html>

mercurial