tenfourfox/layout/reftests/mathml/mfenced-1-ref.xhtml
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

22 lines
480 B
HTML

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Check whether whitespaces are ignored in the "separators" attribute of the mfenced tag</title>
</head>
<body>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mfenced separators=";">
<mi>a</mi>
<mi>b</mi>
<mi>c</mi>
<mi>d</mi>
</mfenced>
<mfenced separators=",;.">
<mi>a</mi>
<mi>b</mi>
<mi>c</mi>
<mi>d</mi>
</mfenced>
</math>
</body>
</html>