layout/reftests/mathml/mtable-rowlines-single-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/mathml/mtable-rowlines-single-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,90 @@
     1.4 +<!DOCTYPE>
     1.5 +<html>
     1.6 +  <head>
     1.7 +    <title>Test MathML rowlines</title>
     1.8 +  </head>
     1.9 +  <body>
    1.10 +  <b>rowlines="solid"</b> <br />
    1.11 +  <math>
    1.12 +    <mstyle>
    1.13 +      <mtable rowlines="solid">
    1.14 +        <mtr>
    1.15 +          <mtd>
    1.16 +            <mtext>a</mtext>
    1.17 +          </mtd>
    1.18 +          <mtd>
    1.19 +            <mtext>b</mtext>
    1.20 +          </mtd>
    1.21 +          <mtd>
    1.22 +            <mtext>c</mtext>
    1.23 +          </mtd>
    1.24 +        </mtr>
    1.25 +        <mtr>
    1.26 +          <mtd>
    1.27 +            <mtext>d</mtext>
    1.28 +          </mtd>
    1.29 +
    1.30 +          <mtd>
    1.31 +            <mtext>e</mtext>
    1.32 +          </mtd>
    1.33 +          <mtd>
    1.34 +            <mtext>f</mtext>
    1.35 +          </mtd>
    1.36 +        </mtr>
    1.37 +        <mtr>
    1.38 +          <mtd>
    1.39 +            <mtext>g</mtext>
    1.40 +          </mtd>
    1.41 +          <mtd>
    1.42 +            <mtext>h</mtext>
    1.43 +          </mtd>
    1.44 +          <mtd>
    1.45 +            <mtext>i</mtext>
    1.46 +          </mtd>
    1.47 +        </mtr>
    1.48 +      </mtable>
    1.49 +    </mstyle>
    1.50 +  </math> <br />
    1.51 +  <b>rowlines="dashed"</b> <br />
    1.52 +  <math>
    1.53 +    <mstyle>
    1.54 +      <mtable rowlines="dashed">
    1.55 +        <mtr>
    1.56 +          <mtd>
    1.57 +            <mtext>a</mtext>
    1.58 +          </mtd>
    1.59 +          <mtd>
    1.60 +            <mtext>b</mtext>
    1.61 +          </mtd>
    1.62 +          <mtd>
    1.63 +            <mtext>c</mtext>
    1.64 +          </mtd>
    1.65 +        </mtr>
    1.66 +        <mtr>
    1.67 +          <mtd>
    1.68 +            <mtext>d</mtext>
    1.69 +          </mtd>
    1.70 +
    1.71 +          <mtd>
    1.72 +            <mtext>e</mtext>
    1.73 +          </mtd>
    1.74 +          <mtd>
    1.75 +            <mtext>f</mtext>
    1.76 +          </mtd>
    1.77 +        </mtr>
    1.78 +        <mtr>
    1.79 +          <mtd>
    1.80 +            <mtext>g</mtext>
    1.81 +          </mtd>
    1.82 +          <mtd>
    1.83 +            <mtext>h</mtext>
    1.84 +          </mtd>
    1.85 +          <mtd>
    1.86 +            <mtext>i</mtext>
    1.87 +          </mtd>
    1.88 +        </mtr>
    1.89 +      </mtable>
    1.90 +    </mstyle>
    1.91 +  </math> <br />
    1.92 +  </body>
    1.93 +</html>

mercurial