aboutsummaryrefslogtreecommitdiff
path: root/tests/html5lib-tests/tree-construction/math.dat
blob: d6a8ae56f24f4608c57bbb497c08e19831746ac6 (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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
#data
<math><tr><td><mo><tr>
#errors
(1,22): unexpected-start-tag
(1,23): expected-closing-tag-but-got-eof
#document-fragment
td
#document
| <math math>
|   <math tr>
|     <math td>
|       <math mo>

#data
<math><tr><td><mo><tr>
#errors
(1,6): foster-parenting-start-tag
(1,22): expected-tr-in-table-scope
(1,23): expected-closing-tag-but-got-eof
#document-fragment
tr
#document
| <math math>
|   <math tr>
|     <math td>
|       <math mo>

#data
<math><thead><mo><tbody>
#errors
(1,6): foster-parenting-start-tag
(1,24): expected-table-part-in-table-scope
(1,25): expected-closing-tag-but-got-eof
#document-fragment
thead
#document
| <math math>
|   <math thead>
|     <math mo>

#data
<math><tfoot><mo><tbody>
#errors
(1,6): foster-parenting-start-tag
(1,24): expected-table-part-in-table-scope
(1,25): expected-closing-tag-but-got-eof
#document-fragment
tfoot
#document
| <math math>
|   <math tfoot>
|     <math mo>

#data
<math><tbody><mo><tfoot>
#errors
(1,6): foster-parenting-start-tag
(1,24): expected-table-part-in-table-scope
(1,25): expected-closing-tag-but-got-eof
#document-fragment
tbody
#document
| <math math>
|   <math tbody>
|     <math mo>

#data
<math><tbody><mo></table>
#errors
(1,6): foster-parenting-start-tag
(1,25): unexpected-end-tag-in-math
(1,26): expected-closing-tag-but-got-eof
#document-fragment
tbody
#document
| <math math>
|   <math tbody>
|     <math mo>

#data
<math><thead><mo></table>
#errors
(1,6): foster-parenting-start-tag
(1,25): unexpected-end-tag-in-math
(1,26): expected-closing-tag-but-got-eof
#document-fragment
tbody
#document
| <math math>
|   <math thead>
|     <math mo>

#data
<math><tfoot><mo></table>
#errors
(1,6): foster-parenting-start-tag
(1,25): unexpected-end-tag-in-math
(1,26): expected-closing-tag-but-got-eof
#document-fragment
tbody
#document
| <math math>
|   <math tfoot>
|     <math mo>