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-mlabeledtr.html - WPT Dashboard Interop Dashboard
 
<!DOCTYPE html>
<html>
  <head>
    <title>Check that mlabeledtr layouts like mtr</title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
    <link rel="match" href="mtable-mlabeledtr-ref.html"/>
  </head>
  <style>
    mlabeledtr:first-child > mtd {
      padding-top: 0;
    }
    mlabeledtr:last-child > mtd {
      padding-bottom: 0;
    }
  </style>
  <body>
    <math>
      <mtable>
        <mlabeledtr>
          <mtd>
            <mspace width="10px" height="10px" style="background: black"></mspace>
          </mtd>
          <mtd>
            <mspace width="10px" height="10px" style="background: black"></mspace>
          </mtd>
          <mtd>
            <mspace width="10px" height="10px" style="background: black"></mspace>
          </mtd>
        </mlabeledtr>
      </mtable>
    </math>
  </body>
</html>