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

    <!-- Default values for open, close, separators -->
    <math>
      <mfenced open="(" close=")" separators=",">
        <mi>a</mi> 
        <mi>b</mi> 
        <mi>c</mi> 
        <mi>d</mi> 
        <mi>e</mi>  
      </mfenced>
    </math>
    
 </body>
</html>