summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/mfenced-7.html
blob: 14100352ada68967e3d73fd24f82362c552a403a (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>
        <mi>a</mi> 
        <mi>b</mi> 
        <mi>c</mi> 
        <mi>d</mi> 
        <mi>e</mi>  
      </mfenced>
    </math>
    
 </body>
</html>