summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/mfenced-10.html
blob: b778b5c6f43d03c092c4736a7e1496ab4a00813b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE HTML>
<html>
  <body>

    <!-- Stretchy fences -->

    <math>
      <mfenced> 
        <mtable>
          <mtr>
            <mtd><mi>a</mi></mtd>
            <mtd><mi>b</mi></mtd>
          </mtr>
          <mtr>
            <mtd><mi>c</mi></mtd>
            <mtd><mi>d</mi></mtd>
          </mtr>
        </mtable>
      </mfenced>
    </math>

  </body>
</html>