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

    <!-- Empty separators -->

    <math>
      <mfenced separators="">
        <mi>a</mi> 
        <mi>b</mi> 
        <mi>c</mi> 
      </mfenced>
    </math>

  </body>
</html>