<!DOCTYPE html>
<html>
  <head>
    <title>Test MathML columnalign</title>
  </head>
  <body>
    <b>columnalign="left center right"</b> <br />
    <math>
      <mstyle>
        <mtable columnalign="left center right">
          <mtr>
            <mtd>
              <mtext>123</mtext>
            </mtd>
            <mtd>
              <mtext>123</mtext>
            </mtd>
            <mtd>
              <mtext>123</mtext>
            </mtd>
          </mtr>
          <mtr>
            <mtd>
              <mtext>12345</mtext>
            </mtd>
            <mtd>
              <mtext>12345</mtext>
            </mtd>
            <mtd>
              <mtext>12345</mtext>
            </mtd>
          </mtr>
          <mtr>
            <mtd>
              <mtext>1234567</mtext>
            </mtd>
            <mtd>
              <mtext>1234567</mtext>
            </mtd>
            <mtd>
            <mtext>1234567</mtext>
            </mtd>
          </mtr>
        </mtable>
      </mstyle>
    </math> <br />
    <b>columnalign="right left center"</b> <br />
    <math>
      <mstyle>
        <mtable columnalign="right left center">
          <mtr>
            <mtd>
              <mtext>123</mtext>
            </mtd>
            <mtd>
              <mtext>123</mtext>
            </mtd>
            <mtd>
              <mtext>123</mtext>
            </mtd>
          </mtr>
          <mtr>
            <mtd>
              <mtext>12345</mtext>
            </mtd>
            <mtd>
              <mtext>12345</mtext>
            </mtd>
            <mtd>
              <mtext>12345</mtext>
            </mtd>
          </mtr>
          <mtr>
            <mtd>
              <mtext>1234567</mtext>
            </mtd>
            <mtd>
              <mtext>1234567</mtext>
            </mtd>
            <mtd>
            <mtext>1234567</mtext>
            </mtd>
          </mtr>
        </mtable>
      </mstyle>
    </math> <br />
    <b>columnalign="center right left"</b> <br />
    <math>
      <mstyle>
        <mtable columnalign="center right left">
          <mtr>
            <mtd>
              <mtext>123</mtext>
            </mtd>
            <mtd>
              <mtext>123</mtext>
            </mtd>
            <mtd>
              <mtext>123</mtext>
            </mtd>
          </mtr>
          <mtr>
            <mtd>
              <mtext>12345</mtext>
            </mtd>
            <mtd>
              <mtext>12345</mtext>
            </mtd>
            <mtd>
              <mtext>12345</mtext>
            </mtd>
          </mtr>
          <mtr>
            <mtd>
              <mtext>1234567</mtext>
            </mtd>
            <mtd>
              <mtext>1234567</mtext>
            </mtd>
            <mtd>
            <mtext>1234567</mtext>
            </mtd>
          </mtr>
        </mtable>
      </mstyle>
    </math>
  </body>
</html>