gecko/layout/reftests/mathml/mfenced-6-ref.html
Florian Scholz 6a242a47fa Bug 553918 - Add more reftests for mfenced r=karlt
--HG--
extra : rebase_source : 5a8b1df6fbccc4216870fb433a436885a8101c35
2011-07-11 16:11:31 +12:00

29 lines
519 B
HTML

<!DOCTYPE HTML>
<html>
<body>
<!-- Too many separators: Excess is ignored -->
<math>
<mfenced separators=";;;;">
<mi>a</mi>
<mi>b</mi>
<mi>c</mi>
<mi>d</mi>
<mi>e</mi>
</mfenced>
</math>
<!-- Too few separators: Last separator is repeated -->
<math>
<mfenced separators=";;,,">
<mi>a</mi>
<mi>b</mi>
<mi>c</mi>
<mi>d</mi>
<mi>e</mi>
</mfenced>
</math>
</body>
</html>