layout/reftests/mathml/table-width-2.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>
     2 <html>
     3   <head>
     4     <title>table-width-2</title>
     5     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
     6   </head>
     7   <body>
     9     <!-- See bug 459363 -->
    11     <p>
    12       <math>
    13 	<mtable>
    14 	  <mtr>
    15 	    <mtd><mtext>|</mtext></mtd>
    16 	    <mtd><mspace width="5em"></mspace></mtd>
    17 	    <mtd><mtext>|</mtext></mtd>
    18 	  </mtr>
    19 	</mtable>
    20     </math>
    21     </p>
    23     <p>
    24       <math>
    25 	<mtable>
    26 	  <mtr>
    27 	    <mtd><mtext>|</mtext></mtd>
    28 	    <mtd><mpadded width="5em"></mpadded></mtd>
    29 	    <mtd><mtext>|</mtext></mtd>
    30 	  </mtr>
    31 	</mtable>
    32       </math>
    33     </p>
    35   </body>
    36 </html>

mercurial