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

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/mathml/mtable-width-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,45 @@
     1.4 +<!DOCTYPE html>
     1.5 +<html>
     1.6 +  <head>
     1.7 +    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
     1.8 +  </head>
     1.9 +
    1.10 +  <body>
    1.11 +
    1.12 +<div>
    1.13 +    <math>
    1.14 +      <mtext>|</mtext>
    1.15 +      <mtable style="width:8em">
    1.16 +        <mtr>
    1.17 +          <mtd></mtd>
    1.18 +        </mtr>
    1.19 +      </mtable>
    1.20 +      <mtext>|</mtext>
    1.21 +    </math>    
    1.22 +</div>
    1.23 +<div>
    1.24 +    <math>
    1.25 +      <mtext>|</mtext>
    1.26 +      <mtable style="width:30px">
    1.27 +        <mtr>
    1.28 +          <mtd></mtd>
    1.29 +        </mtr>
    1.30 +      </mtable>
    1.31 +      <mtext>|</mtext>
    1.32 +    </math>    
    1.33 +</div>
    1.34 +<div>
    1.35 +    <math>
    1.36 +      <mtext>|</mtext>
    1.37 +      <mtable>
    1.38 +        <mtr>
    1.39 +          <mtd></mtd>
    1.40 +        </mtr>
    1.41 +      </mtable>
    1.42 +      <mtext>|</mtext>
    1.43 +    </math>    
    1.44 +</div>
    1.45 +    
    1.46 +  </body>
    1.47 +</html>
    1.48 +

mercurial