layout/reftests/mathml/table-width-2-ref.html

Wed, 31 Dec 2014 06:55:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:55:50 +0100
changeset 2
7e26c7da4463
permissions
-rw-r--r--

Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2

     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><mrow style="width: 5em;"></mrow></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><mrow style="width: 5em;"></mrow></mtd>
    29 	    <mtd><mtext>|</mtext></mtd>
    30 	  </mtr>
    31 	</mtable>
    32       </math>
    33     </p>
    35   </body>
    36 </html>

mercurial