Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
            - /mathml/tables/mtable-columnalign-single-mtable.html - WPT Dashboard Interop Dashboard
 
<!DOCTYPE html>
<html>
  <head>
    <title>Test MathML columnalign</title>
    <link rel="match" href="mtable-columnalign-single-ref.html"/>
  </head>
  <body>
    <b>columnalign="left"</b> <br />
    <math>
      <mstyle>
        <mtable columnalign="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> <br />
    <b>columnalign="center"</b> <br />
    <math>
      <mstyle>
        <mtable columnalign="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="right"</b> <br />
    <math>
      <mstyle>
        <mtable columnalign="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>
  </body>
</html>