layout/reftests/mathml/mtable-width-ref.html

Fri, 16 Jan 2015 18:13:44 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 16 Jan 2015 18:13:44 +0100
branch
TOR_BUG_9701
changeset 14
925c144e1f1f
permissions
-rw-r--r--

Integrate suggestion from review to improve consistency with existing code.

     1 <!DOCTYPE html>
     2 <html>
     3   <head>
     4     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
     5   </head>
     7   <body>
     9 <div>
    10     <math>
    11       <mtext>|</mtext>
    12       <mtable style="width:8em">
    13         <mtr>
    14           <mtd></mtd>
    15         </mtr>
    16       </mtable>
    17       <mtext>|</mtext>
    18     </math>    
    19 </div>
    20 <div>
    21     <math>
    22       <mtext>|</mtext>
    23       <mtable style="width:30px">
    24         <mtr>
    25           <mtd></mtd>
    26         </mtr>
    27       </mtable>
    28       <mtext>|</mtext>
    29     </math>    
    30 </div>
    31 <div>
    32     <math>
    33       <mtext>|</mtext>
    34       <mtable>
    35         <mtr>
    36           <mtd></mtd>
    37         </mtr>
    38       </mtable>
    39       <mtext>|</mtext>
    40     </math>    
    41 </div>
    43   </body>
    44 </html>

mercurial