summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/mfenced-3a.xhtml
blob: e5f8c28b3655cb9b45ce7f1ce52a049358b1b913 (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 open="a&#x20;a">
    <mi>xxxxxxxxxx</mi>
  </mfenced>
</math></p>
<p><math xmlns="http://www.w3.org/1998/Math/MathML">
  <mfenced open="a&#x20;&#x20;a">
    <mi>xxxxxxxxxx</mi>
  </mfenced>
</math></p>
<p><math xmlns="http://www.w3.org/1998/Math/MathML">
  <mfenced open="a&#x9;a">
    <mi>xxxxxxxxxx</mi>
  </mfenced>
</math></p>
<p><math xmlns="http://www.w3.org/1998/Math/MathML">
  <mfenced open="a&#x9;&#x9;a">
    <mi>xxxxxxxxxx</mi>
  </mfenced>
</math></p>
<p><math xmlns="http://www.w3.org/1998/Math/MathML">
  <mfenced open="a&#xa;a">
    <mi>xxxxxxxxxx</mi>
  </mfenced>
</math></p>
<p><math xmlns="http://www.w3.org/1998/Math/MathML">
  <mfenced open="a&#xa;&#xa;a">
    <mi>xxxxxxxxxx</mi>
  </mfenced>
</math></p>
<p><math xmlns="http://www.w3.org/1998/Math/MathML">
  <mfenced open="a&#xd;a">
    <mi>xxxxxxxxxx</mi>
  </mfenced>
</math></p>
<p><math xmlns="http://www.w3.org/1998/Math/MathML">
  <mfenced open="a&#xd;&#xd;a">
    <mi>xxxxxxxxxx</mi>
  </mfenced>
</math></p>
<p><math xmlns="http://www.w3.org/1998/Math/MathML">
  <mfenced open="a&#x20;&#x9;&#xa;&#xd;a">
    <mi>xxxxxxxxxx</mi>
  </mfenced>
</math></p>
<p><math xmlns="http://www.w3.org/1998/Math/MathML">
  <mfenced open="a&#x20;&#x20;&#x9;&#x9;&#xa;&#xa;&#xd;&#xd;a">
    <mi>xxxxxxxxxx</mi>
  </mfenced>
</math></p>
</body>
</html>