layout/reftests/mathml/mtable-width.html

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

mercurial