Mypal/layout/reftests/mathml/mfenced-4b.xhtml

59 lines
1.5 KiB
HTML

<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>mfenced open close</title>
</head>
<body>
<p><math xmlns="http://www.w3.org/1998/Math/MathML">
<mfenced close="a&#x20;">
<mi>xxxxxxxxxx</mi>
</mfenced>
</math></p>
<p><math xmlns="http://www.w3.org/1998/Math/MathML">
<mfenced close="a&#x20;&#x20;">
<mi>xxxxxxxxxx</mi>
</mfenced>
</math></p>
<p><math xmlns="http://www.w3.org/1998/Math/MathML">
<mfenced close="a&#x9;">
<mi>xxxxxxxxxx</mi>
</mfenced>
</math></p>
<p><math xmlns="http://www.w3.org/1998/Math/MathML">
<mfenced close="a&#x9;&#x9;">
<mi>xxxxxxxxxx</mi>
</mfenced>
</math></p>
<p><math xmlns="http://www.w3.org/1998/Math/MathML">
<mfenced close="a&#xa;">
<mi>xxxxxxxxxx</mi>
</mfenced>
</math></p>
<p><math xmlns="http://www.w3.org/1998/Math/MathML">
<mfenced close="a&#xa;&#xa;">
<mi>xxxxxxxxxx</mi>
</mfenced>
</math></p>
<p><math xmlns="http://www.w3.org/1998/Math/MathML">
<mfenced close="a&#xd;">
<mi>xxxxxxxxxx</mi>
</mfenced>
</math></p>
<p><math xmlns="http://www.w3.org/1998/Math/MathML">
<mfenced close="a&#xd;&#xd;">
<mi>xxxxxxxxxx</mi>
</mfenced>
</math></p>
<p><math xmlns="http://www.w3.org/1998/Math/MathML">
<mfenced close="a&#x20;&#x9;&#xa;&#xd;">
<mi>xxxxxxxxxx</mi>
</mfenced>
</math></p>
<p><math xmlns="http://www.w3.org/1998/Math/MathML">
<mfenced close="a&#x20;&#x20;&#x9;&#x9;&#xa;&#xa;&#xd;&#xd;">
<mi>xxxxxxxxxx</mi>
</mfenced>
</math></p>
</body>
</html>