Mypal/layout/reftests/mathml/mfenced-7-ref.html
2019-03-11 13:26:37 +03:00

18 lines
302 B
HTML

<!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>