summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/mfenced-8-ref.html
blob: 4134808c7a381cf41fbb3e9a0600aa35622a90a0 (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>
        <mi>a</mi> 
        <mi>b</mi> 
        <mi>c</mi> 
      </mfenced>
    </math>

  </body>
</html>