layout/reftests/mathml/mfenced-10-ref.html

branch
TOR_BUG_9701
changeset 10
ac0c01689b40
equal deleted inserted replaced
-1:000000000000 0:9350234b279a
1 <!DOCTYPE HTML>
2 <html>
3 <body>
4
5 <!-- Stretchy fences -->
6
7 <math>
8 <mrow>
9
10 <mo form="prefix" fence="true" stretchy="true">(</mo>
11
12 <mtable>
13 <mtr>
14 <mtd><mi>a</mi></mtd>
15 <mtd><mi>b</mi></mtd>
16 </mtr>
17 <mtr>
18 <mtd><mi>c</mi></mtd>
19 <mtd><mi>d</mi></mtd>
20 </mtr>
21 </mtable>
22
23 <mo form="postfix" fence="true" stretchy="true">)</mo>
24
25 </mrow>
26 </math>
27
28 </body>
29 </html>

mercurial