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

    <!-- Stretchy fences -->

    <math>
      <mrow>

        <mo form="prefix" fence="true" stretchy="true">(</mo> 
 
        <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>

        <mo form="postfix" fence="true" stretchy="true">)</mo> 

      </mrow>
    </math>

  </body>
</html>