layout/reftests/mathml/dir-6-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/mathml/dir-6-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,67 @@
     1.4 +<!DOCTYPE html>
     1.5 +<html>
     1.6 +  <head><title>Test dir=rtl</title></head>
     1.7 +  <body>
     1.8 +
     1.9 +    <p>
    1.10 +      mtable:
    1.11 +      <math>
    1.12 +        <mtable>
    1.13 +          <mtr>
    1.14 +            <mtd>
    1.15 +              <mtext>c</mtext>
    1.16 +            </mtd>
    1.17 +            <mtd>
    1.18 +              <mtext>b</mtext>
    1.19 +            </mtd>
    1.20 +            <mtd>
    1.21 +              <mtext>a</mtext>
    1.22 +            </mtd>
    1.23 +          </mtr>
    1.24 +          <mtr>
    1.25 +            <mtd>
    1.26 +              <mtext>f</mtext>
    1.27 +            </mtd>
    1.28 +            <mtd>
    1.29 +              <mtext>e</mtext>
    1.30 +            </mtd>
    1.31 +            <mtd>
    1.32 +              <mtext>d</mtext>
    1.33 +            </mtd>
    1.34 +          </mtr>
    1.35 +        </mtable>
    1.36 +      </math>
    1.37 +    </p>
    1.38 +
    1.39 +    <p>
    1.40 +      mtable:
    1.41 +      <math>
    1.42 +        <mtable frame="solid">
    1.43 +          <mtr>
    1.44 +            <mtd>
    1.45 +              <mtext>c</mtext>
    1.46 +            </mtd>
    1.47 +            <mtd>
    1.48 +              <mtext>b</mtext>
    1.49 +            </mtd>
    1.50 +            <mtd>
    1.51 +              <mtext>a</mtext>
    1.52 +            </mtd>
    1.53 +          </mtr>
    1.54 +          <mtr>
    1.55 +            <mtd>
    1.56 +              <mtext>f</mtext>
    1.57 +            </mtd>
    1.58 +            <mtd>
    1.59 +              <mtext>e</mtext>
    1.60 +            </mtd>
    1.61 +            <mtd>
    1.62 +              <mtext>d</mtext>
    1.63 +            </mtd>
    1.64 +          </mtr>
    1.65 +        </mtable>
    1.66 +      </math>
    1.67 +    </p>
    1.68 +
    1.69 +  </body>
    1.70 +</html>

mercurial