summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/mfenced-5c.xhtml
blob: 7a977e12efb315ab309f13e6bed9da60451efde1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<?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;a&#x20;">
    <mi>xxxxxxxxxx</mi>
  </mfenced>
</math></p>
<p><math xmlns="http://www.w3.org/1998/Math/MathML">
  <mfenced close="a&#x20;&#x20;a&#x20;&#x20;">
    <mi>xxxxxxxxxx</mi>
  </mfenced>
</math></p>
<p><math xmlns="http://www.w3.org/1998/Math/MathML">
  <mfenced close="a&#x9;a&#x9;">
    <mi>xxxxxxxxxx</mi>
  </mfenced>
</math></p>
<p><math xmlns="http://www.w3.org/1998/Math/MathML">
  <mfenced close="a&#x9;&#x9;a&#x9;&#x9;">
    <mi>xxxxxxxxxx</mi>
  </mfenced>
</math></p>
<p><math xmlns="http://www.w3.org/1998/Math/MathML">
  <mfenced close="a&#xa;a&#xa;">
    <mi>xxxxxxxxxx</mi>
  </mfenced>
</math></p>
<p><math xmlns="http://www.w3.org/1998/Math/MathML">
  <mfenced close="a&#xa;&#xa;a&#xa;&#xa;">
    <mi>xxxxxxxxxx</mi>
  </mfenced>
</math></p>
<p><math xmlns="http://www.w3.org/1998/Math/MathML">
  <mfenced close="a&#xd;a&#xd;">
    <mi>xxxxxxxxxx</mi>
  </mfenced>
</math></p>
<p><math xmlns="http://www.w3.org/1998/Math/MathML">
  <mfenced close="a&#xd;&#xd;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;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;a&#x20;&#x20;&#x9;&#x9;&#xa;&#xa;&#xd;&#xd;">
    <mi>xxxxxxxxxx</mi>
  </mfenced>
</math></p>
</body>
</html>