/[suikacvs]/markup/html/whatpm/t/tree-construction-result.txt
Suika

Contents of /markup/html/whatpm/t/tree-construction-result.txt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.169 - (hide annotations) (download)
Sun Mar 9 05:12:05 2008 UTC (17 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.168: +75 -31 lines
File MIME type: text/plain
++ whatpm/t/ChangeLog	9 Mar 2008 05:02:14 -0000
	* tree-test-1.dat: Test data on <input> in <select> and <select>
	in table are added (HTML5 revision 1342).

2008-03-09  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ChangeLog	9 Mar 2008 05:02:26 -0000
	* HTML.pm.src: Support for |<input>| in the "in select" insertion
	mode and support for the "in select in table" insertion mode (HTML5
	revision 1342).

2008-03-09  Wakaba  <wakaba@suika.fam.cx>

1 wakaba 1.73 1..980
2 wakaba 1.1 # Running under perl version 5.008007 for linux
3 wakaba 1.169 # Current time local: Sun Mar 9 14:07:38 2008
4     # Current time GMT: Sun Mar 9 05:07:38 2008
5 wakaba 1.1 # Using Test.pm version 1.25
6 wakaba 1.16 # t/tokenizer-test-2.dat
7 wakaba 1.1 ok 1
8 wakaba 1.12 ok 2
9 wakaba 1.1 ok 3
10     ok 4
11     ok 5
12     ok 6
13     ok 7
14 wakaba 1.11 ok 8
15     ok 9
16 wakaba 1.16 ok 10
17     ok 11
18     ok 12
19 wakaba 1.11 ok 13
20     ok 14
21 wakaba 1.16 ok 15
22     ok 16
23 wakaba 1.11 ok 17
24 wakaba 1.16 ok 18
25 wakaba 1.1 ok 19
26     ok 20
27     ok 21
28     ok 22
29     ok 23
30     ok 24
31     ok 25
32     ok 26
33     ok 27
34     ok 28
35     ok 29
36     ok 30
37     ok 31
38 wakaba 1.17 ok 32
39     ok 33
40     ok 34
41     ok 35
42 wakaba 1.43 ok 36
43     ok 37
44     ok 38
45     # t/tree-construction/tests1.dat
46     ok 39
47     ok 40
48     ok 41
49     ok 42
50     ok 43
51     ok 44
52     ok 45
53     not ok 46
54 wakaba 1.150 # Test 46 got: "| <html>\n" (t/HTML-tree.t at line 162 fail #23)
55 wakaba 1.53 # Expected: "| <html>\n| <head>\n| <body>\n" (Document tree: qq'<html>')
56 wakaba 1.1 # Lines 2-2 are missing:
57     # - "| <head>\n"
58     # - "| <body>\n"
59 wakaba 1.150 # t/HTML-tree.t line 162 is: ok $result, $test->{document},
60 wakaba 1.43 not ok 47
61 wakaba 1.150 # Test 47 got: "2" (t/HTML-tree.t at line 160 fail #24)
62 wakaba 1.90 # Expected: "1" (Parse error: qq'<head>'; 1:6:no DOCTYPE, 1:6:not closed:head;Line: 1 Col: 6 Unexpected start tag (head). Expected DOCTYPE.)
63 wakaba 1.150 # t/HTML-tree.t line 160 is: join (', ', @errors) . ';' . join (', ', @{$test->{errors}});
64 wakaba 1.43 not ok 48
65 wakaba 1.150 # Test 48 got: "| <html>\n| <head>\n" (t/HTML-tree.t at line 162 fail #24)
66 wakaba 1.53 # Expected: "| <html>\n| <head>\n| <body>\n" (Document tree: qq'<head>')
67 wakaba 1.16 # Line 3 is missing:
68     # - "| <body>\n"
69 wakaba 1.43 ok 49
70     ok 50
71     not ok 51
72 wakaba 1.150 # Test 51 got: "2" (t/HTML-tree.t at line 160 fail #26)
73 wakaba 1.90 # Expected: "1" (Parse error: qq'<html><head>'; 1:7:no DOCTYPE, 1:12:not closed:head;Line: 1 Col: 6 Unexpected start tag (html). Expected DOCTYPE.)
74 wakaba 1.43 not ok 52
75 wakaba 1.150 # Test 52 got: "| <html>\n| <head>\n" (t/HTML-tree.t at line 162 fail #26)
76 wakaba 1.53 # Expected: "| <html>\n| <head>\n| <body>\n" (Document tree: qq'<html><head>')
77 wakaba 1.16 # Line 3 is missing:
78 wakaba 1.1 # - "| <body>\n"
79 wakaba 1.43 ok 53
80     not ok 54
81 wakaba 1.150 # Test 54 got: "| <html>\n| <head>\n" (t/HTML-tree.t at line 162 fail #27)
82 wakaba 1.53 # Expected: "| <html>\n| <head>\n| <body>\n" (Document tree: qq'<html><head></head>')
83 wakaba 1.16 # Line 3 is missing:
84     # - "| <body>\n"
85     ok 55
86     ok 56
87     ok 57
88 wakaba 1.17 ok 58
89     ok 59
90     ok 60
91 wakaba 1.43 ok 61
92     ok 62
93     ok 63
94 wakaba 1.23 ok 64
95 wakaba 1.16 ok 65
96 wakaba 1.11 ok 66
97 wakaba 1.17 ok 67
98     ok 68
99     ok 69
100     ok 70
101 wakaba 1.25 ok 71
102 wakaba 1.43 not ok 72
103 wakaba 1.150 # Test 72 got: "| <html>\n| <head>\n" (t/HTML-tree.t at line 162 fail #36)
104 wakaba 1.53 # Expected: "| <html>\n| <head>\n| <body>\n" (Document tree: qq'</head>')
105 wakaba 1.43 # Line 3 is missing:
106     # - "| <body>\n"
107 wakaba 1.1 ok 73
108     ok 74
109     ok 75
110 wakaba 1.11 ok 76
111 wakaba 1.17 ok 77
112 wakaba 1.35 ok 78
113 wakaba 1.17 ok 79
114     ok 80
115 wakaba 1.25 ok 81
116     ok 82
117 wakaba 1.1 ok 83
118 wakaba 1.35 ok 84
119 wakaba 1.1 ok 85
120 wakaba 1.16 ok 86
121 wakaba 1.17 ok 87
122 wakaba 1.16 ok 88
123 wakaba 1.17 ok 89
124 wakaba 1.16 ok 90
125 wakaba 1.43 ok 91
126 wakaba 1.16 ok 92
127 wakaba 1.43 ok 93
128 wakaba 1.16 ok 94
129 wakaba 1.1 ok 95
130 wakaba 1.16 ok 96
131 wakaba 1.162 not ok 97
132     # Test 97 got: "9" (t/HTML-tree.t at line 160 fail #49)
133     # Expected: "10" (Parse error: qq'<a><table><td><a><table></table><a></tr><a></table><b>X</b>C<a>Y'; 1:4:no DOCTYPE, 1:15:missing start tag:tr, 1:36:in a:a, 1:41:not closed:a, 1:44:in table:a, 1:44:in a:a, 1:44:unmatched end tag:a, 1:64:in a:a, 1:64:not closed:a;Line: 1 Col: 3 Unexpected start tag (a). Expected DOCTYPE., Line: 1 Col: 14 Unexpected table cell start tag (td) in the table body phase., Line: 1 Col: 35 Unexpected start tag (a) implies end tag (a)., Line: 1 Col: 40 Got table cell end tag (td) while required end tags are missing., Line: 1 Col: 43 Unexpected start tag (a) in table context caused voodoo mode., Line: 1 Col: 43 Unexpected start tag (a) implies end tag (a)., Line: 1 Col: 43 End tag (a) violates step 1, paragraph 1 of the adoption agency algorithm., Line: 1 Col: 51 Unexpected implied end tag (a) in the table phase., Line: 1 Col: 63 Unexpected start tag (a) implies end tag (a)., Line: 1 Col: 64 Expected closing tag. Unexpected end of file.)
134 wakaba 1.16 ok 98
135     ok 99
136 wakaba 1.17 ok 100
137 wakaba 1.43 not ok 101
138 wakaba 1.162 # Test 101 got: "16" (t/HTML-tree.t at line 160 fail #51)
139     # Expected: "7" (Parse error: qq'<!-----><font><div>hello<table>excite!<b>me!<th><i>please!</tr><!--X-->'; 1:7:dash in comment, 1:15:no DOCTYPE, 1:33:in table:#character, 1:34:in table:#character, 1:35:in table:#character, 1:36:in table:#character, 1:37:in table:#character, 1:38:in table:#character, 1:39:in table:#character, 1:42:in table:b, 1:43:in table:#character, 1:44:in table:#character, 1:45:in table:#character, 1:49:missing start tag:tr, 1:64:not closed:i, 1:71:not closed:tbody;Line: 1 Col: 7 Unexpected '-' after '--' found in comment., Line: 1 Col: 14 Unexpected start tag (font). Expected DOCTYPE., Line: 1 Col: 38 Unexpected non-space characters in table context caused voodoo mode., Line: 1 Col: 48 Unexpected implied end tag (b) in the table phase., Line: 1 Col: 48 Unexpected table cell start tag (th) in the table body phase., Line: 1 Col: 63 Got table cell end tag (th) while required end tags are missing., Line: 1 Col: 71 Expected closing tag. Unexpected end of file.)
140 wakaba 1.17 ok 102
141 wakaba 1.152 not ok 103
142     # Test 103 got: "0" (t/HTML-tree.t at line 160 fail #52)
143 wakaba 1.154 # Expected: "1" (Parse error: qq'<!DOCTYPE html><li>hello<li>world<ul>how<li>do</ul>you</body><!--do-->'; ;Line: 1 Col: 61 Unexpected end tag (li). Missing end tag (body).)
144 wakaba 1.43 ok 104
145     ok 105
146     ok 106
147     ok 107
148     ok 108
149     ok 109
150     ok 110
151     ok 111
152     ok 112
153     ok 113
154     not ok 114
155 wakaba 1.150 # Test 114 got: "| <!-- # -->\n| <html>\n" (t/HTML-tree.t at line 162 fail #57)
156 wakaba 1.53 # Expected: "| <!-- # -->\n| <html>\n| <head>\n| <body>\n" (Document tree: qq'</#')
157 wakaba 1.16 # Lines 3-3 are missing:
158     # - "| <head>\n"
159     # - "| <body>\n"
160 wakaba 1.43 ok 115
161     not ok 116
162 wakaba 1.150 # Test 116 got: "| <!-- ? -->\n| <html>\n" (t/HTML-tree.t at line 162 fail #58)
163 wakaba 1.53 # Expected: "| <!-- ? -->\n| <html>\n| <head>\n| <body>\n" (Document tree: qq'<?')
164 wakaba 1.16 # Lines 3-3 are missing:
165     # - "| <head>\n"
166     # - "| <body>\n"
167 wakaba 1.43 ok 117
168     not ok 118
169 wakaba 1.150 # Test 118 got: "| <!-- ?# -->\n| <html>\n" (t/HTML-tree.t at line 162 fail #59)
170 wakaba 1.53 # Expected: "| <!-- ?# -->\n| <html>\n| <head>\n| <body>\n" (Document tree: qq'<?#')
171 wakaba 1.16 # Lines 3-3 are missing:
172     # - "| <head>\n"
173     # - "| <body>\n"
174 wakaba 1.43 ok 119
175     not ok 120
176 wakaba 1.150 # Test 120 got: "| <!-- -->\n| <html>\n" (t/HTML-tree.t at line 162 fail #60)
177 wakaba 1.53 # Expected: "| <!-- -->\n| <html>\n| <head>\n| <body>\n" (Document tree: qq'<!')
178 wakaba 1.16 # Lines 3-3 are missing:
179     # - "| <head>\n"
180     # - "| <body>\n"
181 wakaba 1.43 ok 121
182     not ok 122
183 wakaba 1.150 # Test 122 got: "| <!-- # -->\n| <html>\n" (t/HTML-tree.t at line 162 fail #61)
184 wakaba 1.53 # Expected: "| <!-- # -->\n| <html>\n| <head>\n| <body>\n" (Document tree: qq'<!#')
185 wakaba 1.16 # Lines 3-3 are missing:
186     # - "| <head>\n"
187     # - "| <body>\n"
188 wakaba 1.43 ok 123
189     not ok 124
190 wakaba 1.150 # Test 124 got: "| <!-- ?COMMENT? -->\n| <html>\n" (t/HTML-tree.t at line 162 fail #62)
191 wakaba 1.53 # Expected: "| <!-- ?COMMENT? -->\n| <html>\n| <head>\n| <body>\n" (Document tree: qq'<?COMMENT?>')
192 wakaba 1.16 # Lines 3-3 are missing:
193     # - "| <head>\n"
194     # - "| <body>\n"
195 wakaba 1.43 ok 125
196     not ok 126
197 wakaba 1.150 # Test 126 got: "| <!-- COMMENT -->\n| <html>\n" (t/HTML-tree.t at line 162 fail #63)
198 wakaba 1.53 # Expected: "| <!-- COMMENT -->\n| <html>\n| <head>\n| <body>\n" (Document tree: qq'<!COMMENT>')
199 wakaba 1.16 # Lines 3-3 are missing:
200     # - "| <head>\n"
201     # - "| <body>\n"
202 wakaba 1.43 ok 127
203     not ok 128
204 wakaba 1.150 # Test 128 got: "| <!-- COMMENT -->\n| <html>\n" (t/HTML-tree.t at line 162 fail #64)
205 wakaba 1.53 # Expected: "| <!-- COMMENT -->\n| <html>\n| <head>\n| <body>\n" (Document tree: qq'</ COMMENT >')
206 wakaba 1.16 # Lines 3-3 are missing:
207     # - "| <head>\n"
208     # - "| <body>\n"
209 wakaba 1.43 ok 129
210     not ok 130
211 wakaba 1.150 # Test 130 got: "| <!-- ?COM--MENT? -->\n| <html>\n" (t/HTML-tree.t at line 162 fail #65)
212 wakaba 1.53 # Expected: "| <!-- ?COM--MENT? -->\n| <html>\n| <head>\n| <body>\n" (Document tree: qq'<?COM--MENT?>')
213 wakaba 1.17 # Lines 3-3 are missing:
214     # - "| <head>\n"
215     # - "| <body>\n"
216 wakaba 1.43 ok 131
217     not ok 132
218 wakaba 1.150 # Test 132 got: "| <!-- COM--MENT -->\n| <html>\n" (t/HTML-tree.t at line 162 fail #66)
219 wakaba 1.53 # Expected: "| <!-- COM--MENT -->\n| <html>\n| <head>\n| <body>\n" (Document tree: qq'<!COM--MENT>')
220 wakaba 1.17 # Lines 3-3 are missing:
221     # - "| <head>\n"
222     # - "| <body>\n"
223 wakaba 1.43 ok 133
224     not ok 134
225 wakaba 1.150 # Test 134 got: "| <!-- COM--MENT -->\n| <html>\n" (t/HTML-tree.t at line 162 fail #67)
226 wakaba 1.53 # Expected: "| <!-- COM--MENT -->\n| <html>\n| <head>\n| <body>\n" (Document tree: qq'</ COM--MENT >')
227 wakaba 1.16 # Lines 3-3 are missing:
228     # - "| <head>\n"
229     # - "| <body>\n"
230 wakaba 1.43 not ok 135
231 wakaba 1.150 # Test 135 got: "2" (t/HTML-tree.t at line 160 fail #68)
232 wakaba 1.154 # Expected: "1" (Parse error: qq'<!DOCTYPE html><style> EOF'; 1:26:in CDATA:#5, 1:26:not closed:head;Line: 1 Col: 26 Unexpected end of file. Expected end tag (style).)
233 wakaba 1.43 not ok 136
234 wakaba 1.154 # Test 136 got: "| <!DOCTYPE html>\n| <html>\n| <head>\n| <style>\n| \" EOF\"\n" (t/HTML-tree.t at line 162 fail #68)
235     # Expected: "| <!DOCTYPE html>\n| <html>\n| <head>\n| <style>\n| \" EOF\"\n| <body>\n" (Document tree: qq'<!DOCTYPE html><style> EOF')
236 wakaba 1.16 # Line 6 is missing:
237     # - "| <body>\n"
238 wakaba 1.1 ok 137
239     ok 138
240     ok 139
241     ok 140
242     ok 141
243     ok 142
244     ok 143
245     ok 144
246     ok 145
247     ok 146
248     ok 147
249 wakaba 1.17 ok 148
250 wakaba 1.43 not ok 149
251 wakaba 1.150 # Test 149 got: "3" (t/HTML-tree.t at line 160 fail #75)
252 wakaba 1.90 # Expected: "4" (Parse error: qq'<font><p>hello<b>cruel</font>world'; 1:7:no DOCTYPE, 1:30:not closed:b, 1:34:not closed:b;Line: 1 Col: 6 Unexpected start tag (font). Expected DOCTYPE., Line: 1 Col: 29 End tag (font) violates step 1, paragraph 3 of the adoption agency algorithm., Line: 1 Col: 29 End tag (font) violates step 1, paragraph 3 of the adoption agency algorithm., Line: 1 Col: 34 Expected closing tag. Unexpected end of file.)
253 wakaba 1.17 ok 150
254     ok 151
255 wakaba 1.43 ok 152
256 wakaba 1.1 ok 153
257     ok 154
258 wakaba 1.11 ok 155
259     ok 156
260 wakaba 1.16 ok 157
261 wakaba 1.1 ok 158
262 wakaba 1.11 ok 159
263     ok 160
264 wakaba 1.16 ok 161
265 wakaba 1.43 not ok 162
266 wakaba 1.150 # Test 162 got: "| <html>\n" (t/HTML-tree.t at line 162 fail #81)
267 wakaba 1.53 # Expected: "| <html>\n| <head>\n| <body>\n" (Document tree: qq'')
268 wakaba 1.43 # Lines 2-2 are missing:
269     # - "| <head>\n"
270     # - "| <body>\n"
271 wakaba 1.1 ok 163
272     ok 164
273 wakaba 1.11 ok 165
274     ok 166
275 wakaba 1.16 ok 167
276     ok 168
277     ok 169
278     ok 170
279     ok 171
280     ok 172
281     ok 173
282     ok 174
283     ok 175
284     ok 176
285     ok 177
286     ok 178
287 wakaba 1.17 ok 179
288 wakaba 1.16 ok 180
289     ok 181
290     ok 182
291 wakaba 1.43 ok 183
292 wakaba 1.16 ok 184
293     ok 185
294     ok 186
295 wakaba 1.43 ok 187
296 wakaba 1.16 ok 188
297 wakaba 1.17 ok 189
298     ok 190
299     ok 191
300     ok 192
301     not ok 193
302 wakaba 1.162 # Test 193 got: "8" (t/HTML-tree.t at line 160 fail #97)
303     # Expected: "7" (Parse error: qq'<a href="blah">aba<table><a href="foo">br<tr><td></td></tr>x</table>aoe'; 1:16:no DOCTYPE, 1:40:in table:a, 1:40:in a:a, 1:40:unmatched end tag:a, 1:41:in table:#character, 1:42:in table:#character, 1:61:in table:#character, 1:71:not closed:a;Line: 1 Col: 15 Unexpected start tag (a). Expected DOCTYPE., Line: 1 Col: 39 Unexpected start tag (a) in table context caused voodoo mode., Line: 1 Col: 39 Unexpected start tag (a) implies end tag (a)., Line: 1 Col: 39 End tag (a) violates step 1, paragraph 1 of the adoption agency algorithm., Line: 1 Col: 45 Unexpected implied end tag (a) in the table phase., Line: 1 Col: 68 Unexpected implied end tag (a) in the table phase., Line: 1 Col: 71 Expected closing tag. Unexpected end of file.)
304 wakaba 1.43 ok 194
305     ok 195
306     ok 196
307     not ok 197
308 wakaba 1.162 # Test 197 got: "8" (t/HTML-tree.t at line 160 fail #99)
309     # Expected: "6" (Parse error: qq'<table><a href="blah">aba<tr><td><a href="foo">br</td></tr>x</table>aoe'; 1:8:no DOCTYPE, 1:23:in table:a, 1:24:in table:#character, 1:25:in table:#character, 1:26:in table:#character, 1:55:not closed:a, 1:61:in table:#character, 1:71:not closed:a;Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE., Line: 1 Col: 22 Unexpected start tag (a) in table context caused voodoo mode., Line: 1 Col: 29 Unexpected implied end tag (a) in the table phase., Line: 1 Col: 54 Got table cell end tag (td) while required end tags are missing., Line: 1 Col: 68 Unexpected implied end tag (a) in the table phase., Line: 1 Col: 71 Expected closing tag. Unexpected end of file.)
310 wakaba 1.43 ok 198
311     ok 199
312     ok 200
313     ok 201
314     ok 202
315     not ok 203
316 wakaba 1.150 # Test 203 got: "2" (t/HTML-tree.t at line 160 fail #102)
317 wakaba 1.90 # Expected: "1" (Parse error: qq'<title><meta></title><link><title><meta></title>'; 1:8:no DOCTYPE, 1:48:not closed:head;Line: 1 Col: 7 Unexpected start tag (title). Expected DOCTYPE.)
318 wakaba 1.43 not ok 204
319 wakaba 1.150 # Test 204 got: "| <html>\n| <head>\n| <title>\n| \"<meta>\"\n| <link>\n| <title>\n| \"<meta>\"\n" (t/HTML-tree.t at line 162 fail #102)
320 wakaba 1.53 # Expected: "| <html>\n| <head>\n| <title>\n| \"<meta>\"\n| <link>\n| <title>\n| \"<meta>\"\n| <body>\n" (Document tree: qq'<title><meta></title><link><title><meta></title>')
321 wakaba 1.1 # Line 8 is missing:
322     # - "| <body>\n"
323 wakaba 1.43 not ok 205
324 wakaba 1.150 # Test 205 got: "3" (t/HTML-tree.t at line 160 fail #103)
325 wakaba 1.90 # Expected: "2" (Parse error: qq'<style><!--</style><meta><script>--><link></script>'; 1:8:no DOCTYPE, 1:51:in CDATA:#5, 1:51:not closed:head;Line: 1 Col: 7 Unexpected start tag (style). Expected DOCTYPE., Line: 1 Col: 51 Unexpected end of file. Expected end tag (style).)
326 wakaba 1.43 not ok 206
327 wakaba 1.150 # Test 206 got: "| <html>\n| <head>\n| <style>\n| \"<!--</style><meta><script>--><link></script>\"\n" (t/HTML-tree.t at line 162 fail #103)
328 wakaba 1.53 # Expected: "| <html>\n| <head>\n| <style>\n| \"<!--</style><meta><script>--><link></script>\"\n| <body>\n" (Document tree: qq'<style><!--</style><meta><script>--><link></script>')
329 wakaba 1.15 # Line 5 is missing:
330 wakaba 1.1 # - "| <body>\n"
331 wakaba 1.43 ok 207
332     not ok 208
333 wakaba 1.150 # Test 208 got: "| <html>\n| <head>\n| <meta>\n| <link>\n" (t/HTML-tree.t at line 162 fail #104)
334 wakaba 1.53 # Expected: "| <html>\n| <head>\n| <meta>\n| <link>\n| <body>\n" (Document tree: qq'<head><meta></head><link>')
335 wakaba 1.1 # Line 5 is missing:
336     # - "| <body>\n"
337 wakaba 1.17 ok 209
338 wakaba 1.35 ok 210
339 wakaba 1.164 not ok 211
340     # Test 211 got: "3" (t/HTML-tree.t at line 160 fail #106)
341     # Expected: "4" (Parse error: qq'<body><body><base><link><meta><title><p></title><body><p></body>'; 1:7:no DOCTYPE, 1:13:in body:body, 1:55:in body:body;Line: 1 Col: 6 Unexpected start tag (body). Expected DOCTYPE., Line: 1 Col: 12 Unexpected start tag (body)., Line: 1 Col: 54 Unexpected start tag (body)., Line: 1 Col: 64 Unexpected end tag (p). Missing end tag (body).)
342     ok 212
343 wakaba 1.17 ok 213
344     ok 214
345     ok 215
346     ok 216
347 wakaba 1.162 not ok 217
348     # Test 217 got: "10" (t/HTML-tree.t at line 160 fail #109)
349     # Expected: "11" (Parse error: qq'<a><table><a></table><p><a><div><a>'; 1:4:no DOCTYPE, 1:14:in table:a, 1:14:in a:a, 1:14:unmatched end tag:a, 1:28:in a:a, 1:28:unmatched end tag:a, 1:33:not closed:a, 1:35:in a:a, 1:35:unmatched end tag:a, 1:35:not closed:a;Line: 1 Col: 3 Unexpected start tag (a). Expected DOCTYPE., Line: 1 Col: 13 Unexpected start tag (a) in table context caused voodoo mode., Line: 1 Col: 13 Unexpected start tag (a) implies end tag (a)., Line: 1 Col: 13 End tag (a) violates step 1, paragraph 1 of the adoption agency algorithm., Line: 1 Col: 21 Unexpected end tag (table). Expected end tag (a)., Line: 1 Col: 27 Unexpected start tag (a) implies end tag (a)., Line: 1 Col: 27 End tag (a) violates step 1, paragraph 2 of the adoption agency algorithm., Line: 1 Col: 32 Unexpected end tag (p). Ignored., Line: 1 Col: 35 Unexpected start tag (a) implies end tag (a)., Line: 1 Col: 35 End tag (a) violates step 1, paragraph 2 of the adoption agency algorithm., Line: 1 Col: 35 Expected closing tag. Unexpected end of file.)
350 wakaba 1.25 ok 218
351 wakaba 1.1 ok 219
352     ok 220
353     ok 221
354 wakaba 1.11 ok 222
355     ok 223
356 wakaba 1.35 ok 224
357 wakaba 1.16 ok 225
358     ok 226
359 wakaba 1.1 ok 227
360 wakaba 1.35 ok 228
361 wakaba 1.1 ok 229
362     ok 230
363 wakaba 1.17 ok 231
364 wakaba 1.1 ok 232
365     ok 233
366     ok 234
367 wakaba 1.43 ok 235
368 wakaba 1.11 ok 236
369 wakaba 1.17 ok 237
370     ok 238
371 wakaba 1.43 ok 239
372 wakaba 1.17 ok 240
373 wakaba 1.43 ok 241
374 wakaba 1.25 ok 242
375 wakaba 1.162 not ok 243
376     # Test 243 got: "10" (t/HTML-tree.t at line 160 fail #122)
377     # Expected: "11" (Parse error: qq'<a><table><td><a><table></table><a></tr><a></table><a>'; 1:4:no DOCTYPE, 1:15:missing start tag:tr, 1:36:in a:a, 1:41:not closed:a, 1:44:in table:a, 1:44:in a:a, 1:44:unmatched end tag:a, 1:54:in a:a, 1:54:unmatched end tag:a, 1:54:not closed:a;Line: 1 Col: 3 Unexpected start tag (a). Expected DOCTYPE., Line: 1 Col: 14 Unexpected table cell start tag (td) in the table body phase., Line: 1 Col: 35 Unexpected start tag (a) implies end tag (a)., Line: 1 Col: 40 Got table cell end tag (td) while required end tags are missing., Line: 1 Col: 43 Unexpected start tag (a) in table context caused voodoo mode., Line: 1 Col: 43 Unexpected start tag (a) implies end tag (a)., Line: 1 Col: 43 End tag (a) violates step 1, paragraph 1 of the adoption agency algorithm., Line: 1 Col: 51 Unexpected implied end tag (a) in the table phase., Line: 1 Col: 54 Unexpected start tag (a) implies end tag (a)., Line: 1 Col: 54 End tag (a) violates step 1, paragraph 2 of the adoption agency algorithm., Line: 1 Col: 54 Expected closing tag. Unexpected end of file.)
378 wakaba 1.16 ok 244
379     ok 245
380 wakaba 1.17 ok 246
381     ok 247
382     ok 248
383     ok 249
384 wakaba 1.35 ok 250
385 wakaba 1.43 ok 251
386 wakaba 1.35 ok 252
387 wakaba 1.16 ok 253
388     ok 254
389 wakaba 1.43 ok 255
390 wakaba 1.16 ok 256
391     ok 257
392     ok 258
393 wakaba 1.17 ok 259
394 wakaba 1.16 ok 260
395 wakaba 1.153 not ok 261
396     # Test 261 got: "112" (t/HTML-tree.t at line 160 fail #131)
397     # Expected: "86" (Parse error: qq'<table><tr></strong></b></em></i></u></strike></s></blink></tt></pre></big></small></font></select></h1></h2></h3></h4></h5></h6></body></br></a></img></title></span></style></script></table></th></td></tr></frame></area></link></param></hr></input></col></base></meta></basefont></bgsound></embed></spacer></p></dd></dt></caption></colgroup></tbody></tfoot></thead></address></blockquote></center></dir></div></dl></fieldset></listing></menu></ol></ul></li></nobr></wbr></form></button></marquee></object></html></frameset></head></iframe></image></isindex></noembed></noframes></noscript></optgroup></option></plaintext></textarea>'; 1:8:no DOCTYPE, 1:21:in table:/strong, 1:21:unmatched end tag:strong, 1:25:in table:/b, 1:25:unmatched end tag:b, 1:30:in table:/em, 1:30:unmatched end tag:em, 1:34:in table:/i, 1:34:unmatched end tag:i, 1:38:in table:/u, 1:38:unmatched end tag:u, 1:47:in table:/strike, 1:47:unmatched end tag:strike, 1:51:in table:/s, 1:51:unmatched end tag:s, 1:59:in table:/blink, 1:59:unmatched end tag:blink, 1:64:in table:/tt, 1:64:unmatched end tag:tt, 1:70:in table:/pre, 1:70:unmatched end tag:pre, 1:76:in table:/big, 1:76:unmatched end tag:big, 1:84:in table:/small, 1:84:unmatched end tag:small, 1:91:in table:/font, 1:91:unmatched end tag:font, 1:100:in table:/select, 1:100:unmatched end tag:select, 1:105:in table:/h1, 1:105:unmatched end tag:h1, 1:110:in table:/h2, 1:110:unmatched end tag:h2, 1:115:in table:/h3, 1:115:unmatched end tag:h3, 1:120:in table:/h4, 1:120:unmatched end tag:h4, 1:125:in table:/h5, 1:125:unmatched end tag:h5, 1:130:in table:/h6, 1:130:unmatched end tag:h6, 1:137:unmatched end tag:body, 1:142:in table:/br, 1:142:unmatched end tag:br, 1:146:in table:/a, 1:146:unmatched end tag:a, 1:152:in table:/img, 1:152:unmatched end tag:img, 1:160:in table:/title, 1:160:unmatched end tag:title, 1:167:in table:/span, 1:167:unmatched end tag:span, 1:175:in table:/style, 1:175:unmatched end tag:style, 1:184:in table:/script, 1:184:unmatched end tag:script, 1:197:unmatched end tag:th, 1:202:unmatched end tag:td, 1:207:unmatched end tag:tr, 1:215:unmatched end tag:frame, 1:222:unmatched end tag:area, 1:229:unmatched end tag:link, 1:237:unmatched end tag:param, 1:242:unmatched end tag:hr, 1:250:unmatched end tag:input, 1:256:unmatched end tag:col, 1:263:unmatched end tag:base, 1:270:unmatched end tag:meta, 1:281:unmatched end tag:basefont, 1:291:unmatched end tag:bgsound, 1:299:unmatched end tag:embed, 1:308:unmatched end tag:spacer, 1:312:unmatched end tag:p, 1:317:unmatched end tag:dd, 1:322:unmatched end tag:dt, 1:332:unmatched end tag:caption, 1:343:unmatched end tag:colgroup, 1:351:unmatched end tag:tbody, 1:359:unmatched end tag:tfoot, 1:367:unmatched end tag:thead, 1:377:unmatched end tag:address, 1:390:unmatched end tag:blockquote, 1:399:unmatched end tag:center, 1:405:unmatched end tag:dir, 1:411:unmatched end tag:div, 1:416:unmatched end tag:dl, 1:427:unmatched end tag:fieldset, 1:437:unmatched end tag:listing, 1:444:unmatched end tag:menu, 1:449:unmatched end tag:ol, 1:454:unmatched end tag:ul, 1:459:unmatched end tag:li, 1:466:unmatched end tag:nobr, 1:472:unmatched end tag:wbr, 1:479:unmatched end tag:form, 1:488:unmatched end tag:button, 1:498:unmatched end tag:marquee, 1:507:unmatched end tag:object, 1:525:after html:/frameset, 1:525:after body:/frameset, 1:525:unmatched end tag:frameset, 1:532:unmatched end tag:head, 1:541:unmatched end tag:iframe, 1:549:unmatched end tag:image, 1:559:unmatched end tag:isindex, 1:569:unmatched end tag:noembed, 1:580:unmatched end tag:noframes, 1:591:unmatched end tag:noscript, 1:602:unmatched end tag:optgroup, 1:611:unmatched end tag:option, 1:623:unmatched end tag:plaintext, 1:633:unmatched end tag:textarea;Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE., Line: 1 Col: 20 Unexpected end tag (strong) in table context caused voodoo mode., Line: 1 Col: 20 End tag (strong) violates step 1, paragraph 1 of the adoption agency algorithm., Line: 1 Col: 24 End tag (b) violates step 1, paragraph 1 of the adoption agency algorithm., Line: 1 Col: 29 End tag (em) violates step 1, paragraph 1 of the adoption agency algorithm., Line: 1 Col: 33 End tag (i) violates step 1, paragraph 1 of the adoption agency algorithm., Line: 1 Col: 37 End tag (u) violates step 1, paragraph 1 of the adoption agency algorithm., Line: 1 Col: 46 End tag (strike) violates step 1, paragraph 1 of the adoption agency algorithm., Line: 1 Col: 50 End tag (s) violates step 1, paragraph 1 of the adoption agency algorithm., Line: 1 Col: 58 Unexpected end tag (blink). Ignored., Line: 1 Col: 63 End tag (tt) violates step 1, paragraph 1 of the adoption agency algorithm., Line: 1 Col: 69 End tag (pre) seen too early. Expected other end tag., Line: 1 Col: 75 End tag (big) violates step 1, paragraph 1 of the adoption agency algorithm., Line: 1 Col: 83 End tag (small) violates step 1, paragraph 1 of the adoption agency algorithm., Line: 1 Col: 90 End tag (font) violates step 1, paragraph 1 of the adoption agency algorithm., Line: 1 Col: 99 Unexpected end tag (select). Ignored., Line: 1 Col: 104 End tag (h1) seen too early. Expected other end tag., Line: 1 Col: 109 End tag (h2) seen too early. Expected other end tag., Line: 1 Col: 114 End tag (h3) seen too early. Expected other end tag., Line: 1 Col: 119 End tag (h4) seen too early. Expected other end tag., Line: 1 Col: 124 End tag (h5) seen too early. Expected other end tag., Line: 1 Col: 129 End tag (h6) seen too early. Expected other end tag., Line: 1 Col: 136 Unexpected end tag (body) in the table row phase. Ignored., Line: 1 Col: 141 Unexpected end tag (br). Treated as br element., Line: 1 Col: 145 End tag (a) violates step 1, paragraph 1 of the adoption agency algorithm., Line: 1 Col: 151 This element (img) has no end tag., Line: 1 Col: 159 Unexpected end tag (title). Ignored., Line: 1 Col: 166 Unexpected end tag (span). Ignored., Line: 1 Col: 174 Unexpected end tag (style). Ignored., Line: 1 Col: 183 Unexpected end tag (script). Ignored., Line: 1 Col: 196 Unexpected end tag (th). Ignored., Line: 1 Col: 201 Unexpected end tag (td). Ignored., Line: 1 Col: 206 Unexpected end tag (tr). Ignored., Line: 1 Col: 214 This element (frame) has no end tag., Line: 1 Col: 221 This element (area) has no end tag., Line: 1 Col: 228 Unexpected end tag (link). Ignored., Line: 1 Col: 236 This element (param) has no end tag., Line: 1 Col: 241 This element (hr) has no end tag., Line: 1 Col: 249 This element (input) has no end tag., Line: 1 Col: 255 Unexpected end tag (col). Ignored., Line: 1 Col: 262 Unexpected end tag (base). Ignored., Line: 1 Col: 269 Unexpected end tag (meta). Ignored., Line: 1 Col: 280 This element (basefont) has no end tag., Line: 1 Col: 290 This element (bgsound) has no end tag., Line: 1 Col: 298 This element (embed) has no end tag., Line: 1 Col: 307 This element (spacer) has no end tag., Line: 1 Col: 311 Unexpected end tag (p). Ignored., Line: 1 Col: 316 End tag (dd) seen too early. Expected other end tag., Line: 1 Col: 321 End tag (dt) seen too early. Expected other end tag., Line: 1 Col: 331 Unexpected end tag (caption). Ignored., Line: 1 Col: 342 Unexpected end tag (colgroup). Ignored., Line: 1 Col: 350 Unexpected end tag (tbody). Ignored., Line: 1 Col: 358 Unexpected end tag (tfoot). Ignored., Line: 1 Col: 366 Unexpected end tag (thead). Ignored., Line: 1 Col: 376 End tag (address) seen too early. Expected other end tag., Line: 1 Col: 389 End tag (blockquote) seen too early. Expected other end tag., Line: 1 Col: 398 End tag (center) seen too early. Expected other end tag., Line: 1 Col: 404 Unexpected end tag (dir). Ignored., Line: 1 Col: 410 End tag (div) seen too early. Expected other end tag., Line: 1 Col: 415 End tag (dl) seen too early. Expected other end tag., Line: 1 Col: 426 End tag (fieldset) seen too early. Expected other end tag., Line: 1 Col: 436 End tag (listing) seen too early. Expected other end tag., Line: 1 Col: 443 End tag (menu) seen too early. Expected other end tag., Line: 1 Col: 448 End tag (ol) seen too early. Expected other end tag., Line: 1 Col: 453 End tag (ul) seen too early. Expected other end tag., Line: 1 Col: 458 End tag (li) seen too early. Expected other end tag., Line: 1 Col: 465 End tag (nobr) violates step 1, paragraph 1 of the adoption agency algorithm., Line: 1 Col: 471 This element (wbr) has no end tag., Line: 1 Col: 478 End tag (form) seen too early. Ignored., Line: 1 Col: 487 End tag (button) seen too early. Expected other end tag., Line: 1 Col: 497 End tag (marquee) seen too early. Expected other end tag., Line: 1 Col: 506 End tag (object) seen too early. Expected other end tag., Line: 1 Col: 524 Unexpected end tag (frameset). Expected end of file., Line: 1 Col: 524 Unexpected end tag token (frameset) in the after body phase., Line: 1 Col: 524 Unexpected end tag (frameset). Ignored., Line: 1 Col: 531 Unexpected end tag (head). Ignored., Line: 1 Col: 540 Unexpected end tag (iframe). Ignored., Line: 1 Col: 548 This element (image) has no end tag., Line: 1 Col: 558 This element (isindex) has no end tag., Line: 1 Col: 568 Unexpected end tag (noembed). Ignored., Line: 1 Col: 579 Unexpected end tag (noframes). Ignored., Line: 1 Col: 590 Unexpected end tag (noscript). Ignored., Line: 1 Col: 601 Unexpected end tag (optgroup). Ignored., Line: 1 Col: 610 Unexpected end tag (option). Ignored., Line: 1 Col: 622 Unexpected end tag (plaintext). Ignored., Line: 1 Col: 633 Unexpected end tag (textarea). Ignored.)
398 wakaba 1.16 ok 262
399 wakaba 1.43 ok 263
400 wakaba 1.16 ok 264
401 wakaba 1.43 # t/tree-construction/tests2.dat
402 wakaba 1.17 ok 265
403 wakaba 1.16 ok 266
404 wakaba 1.43 ok 267
405 wakaba 1.17 ok 268
406 wakaba 1.43 ok 269
407 wakaba 1.17 ok 270
408 wakaba 1.21 ok 271
409 wakaba 1.43 ok 272
410     ok 273
411 wakaba 1.16 ok 274
412 wakaba 1.43 not ok 275
413 wakaba 1.150 # Test 275 got: "5" (t/HTML-tree.t at line 160 fail #138)
414 wakaba 1.154 # Expected: "2" (Parse error: qq'<!DOCTYPE html><frameset>test'; 1:27:in frameset:#character, 1:28:in frameset:#character, 1:29:in frameset:#character, 1:29:in frameset:#character, 1:29:not closed:frameset;Line: 1 Col: 29 Unepxected characters in the frameset phase. Characters ignored., Line: 1 Col: 29 Expected closing tag. Unexpected end of file.)
415 wakaba 1.17 ok 276
416 wakaba 1.43 ok 277
417 wakaba 1.17 ok 278
418 wakaba 1.43 not ok 279
419 wakaba 1.150 # Test 279 got: "1" (t/HTML-tree.t at line 160 fail #140)
420 wakaba 1.154 # Expected: "2" (Parse error: qq'<!DOCTYPE html><font><p><b>test</font>'; 1:38:not closed:b;Line: 1 Col: 38 End tag (font) violates step 1, paragraph 3 of the adoption agency algorithm., Line: 1 Col: 38 End tag (font) violates step 1, paragraph 3 of the adoption agency algorithm.)
421 wakaba 1.43 ok 280
422 wakaba 1.17 ok 281
423 wakaba 1.43 ok 282
424     not ok 283
425 wakaba 1.150 # Test 283 got: "3" (t/HTML-tree.t at line 160 fail #142)
426 wakaba 1.90 # Expected: "2" (Parse error: qq'<script></x'; 1:9:no DOCTYPE, 1:11:in CDATA:#5, 1:11:not closed:head;Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE., Line: 1 Col: 11 Unexpected end of file. Expected end tag (script).)
427 wakaba 1.43 not ok 284
428 wakaba 1.150 # Test 284 got: "| <html>\n| <head>\n| <script>\n| \"</x\"\n" (t/HTML-tree.t at line 162 fail #142)
429 wakaba 1.53 # Expected: "| <html>\n| <head>\n| <script>\n| \"</x\"\n| <body>\n" (Document tree: qq'<script></x')
430 wakaba 1.43 # Line 5 is missing:
431 wakaba 1.1 # - "| <body>\n"
432 wakaba 1.17 not ok 285
433 wakaba 1.150 # Test 285 got: "7" (t/HTML-tree.t at line 160 fail #143)
434 wakaba 1.153 # Expected: "3" (Parse error: qq'<table><plaintext><td>'; 1:8:no DOCTYPE, 1:19:in table:plaintext, 1:20:in table:#character, 1:21:in table:#character, 1:22:in table:#character, 1:22:in table:#character, 1:22:not closed:plaintext;Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE., Line: 1 Col: 18 Unexpected start tag (plaintext) in table context caused voodoo mode., Line: 1 Col: 22 Expected closing tag. Unexpected end of file.)
435 wakaba 1.43 ok 286
436     ok 287
437 wakaba 1.16 ok 288
438 wakaba 1.43 not ok 289
439 wakaba 1.150 # Test 289 got: "5" (t/HTML-tree.t at line 160 fail #145)
440 wakaba 1.154 # Expected: "2" (Parse error: qq'<!DOCTYPE html><table><tr>TEST'; 1:28:in table:#character, 1:29:in table:#character, 1:30:in table:#character, 1:30:in table:#character, 1:30:not closed:tr;Line: 1 Col: 30 Unexpected non-space characters in table context caused voodoo mode., Line: 1 Col: 30 Expected closing tag. Unexpected end of file.)
441 wakaba 1.16 ok 290
442     ok 291
443     ok 292
444     ok 293
445 wakaba 1.43 not ok 294
446 wakaba 1.150 # Test 294 got: "| <html>\n" (t/HTML-tree.t at line 162 fail #147)
447 wakaba 1.53 # Expected: "| <html>\n| <head>\n| <body>\n" (Document tree: qq'</b test')
448 wakaba 1.43 # Lines 2-2 are missing:
449     # - "| <head>\n"
450     # - "| <body>\n"
451 wakaba 1.16 ok 295
452 wakaba 1.17 ok 296
453 wakaba 1.43 not ok 297
454 wakaba 1.150 # Test 297 got: "3" (t/HTML-tree.t at line 160 fail #149)
455 wakaba 1.90 # Expected: "2" (Parse error: qq'<!doctypehtml><scrIPt type=text/x-foobar;baz>X</SCRipt'; 1:10:no space before DOCTYPE name, 1:54:unclosed tag, 1:54:not closed:head;Line: 1 Col: 9 No space after literal string 'DOCTYPE'., Line: 1 Col: 54 Unexpected end of file in the tag name.)
456 wakaba 1.43 not ok 298
457 wakaba 1.150 # Test 298 got: "| <!DOCTYPE html>\n| <html>\n| <head>\n| <script>\n| type=\"text/x-foobar;baz\"\n| \"X\"\n" (t/HTML-tree.t at line 162 fail #149)
458 wakaba 1.53 # Expected: "| <!DOCTYPE html>\n| <html>\n| <head>\n| <script>\n| type=\"text/x-foobar;baz\"\n| \"X\"\n| <body>\n" (Document tree: qq'<!doctypehtml><scrIPt type=text/x-foobar;baz>X</SCRipt')
459 wakaba 1.43 # Line 7 is missing:
460     # - "| <body>\n"
461 wakaba 1.17 ok 299
462 wakaba 1.20 ok 300
463 wakaba 1.17 ok 301
464     ok 302
465     ok 303
466 wakaba 1.20 ok 304
467 wakaba 1.17 ok 305
468 wakaba 1.20 ok 306
469 wakaba 1.17 ok 307
470 wakaba 1.43 ok 308
471 wakaba 1.16 ok 309
472     ok 310
473     ok 311
474     ok 312
475     ok 313
476     ok 314
477     ok 315
478 wakaba 1.17 ok 316
479     ok 317
480     ok 318
481     ok 319
482 wakaba 1.43 ok 320
483 wakaba 1.16 ok 321
484     ok 322
485     ok 323
486     ok 324
487     ok 325
488     ok 326
489     ok 327
490 wakaba 1.17 ok 328
491     ok 329
492     ok 330
493     ok 331
494     not ok 332
495 wakaba 1.154 # Test 332 got: "| <!DOCTYPE html>\n| <!-- X -->\n| <html>\n" (t/HTML-tree.t at line 162 fail #166)
496     # Expected: "| <!DOCTYPE html>\n| <!-- X -->\n| <html>\n| <head>\n| <body>\n" (Document tree: qq'<!DOCTYPE html><!-- X')
497 wakaba 1.43 # Lines 4-4 are missing:
498     # - "| <head>\n"
499     # - "| <body>\n"
500     ok 333
501     ok 334
502     ok 335
503     ok 336
504     ok 337
505     ok 338
506     ok 339
507     ok 340
508     ok 341
509     ok 342
510     ok 343
511     not ok 344
512 wakaba 1.154 # Test 344 got: "| <!DOCTYPE html>\n| <!-- XXX - XXX -->\n| <html>\n" (t/HTML-tree.t at line 162 fail #172)
513     # Expected: "| <!DOCTYPE html>\n| <!-- XXX - XXX -->\n| <html>\n| <head>\n| <body>\n" (Document tree: qq'<!DOCTYPE html><!-- XXX - XXX -->')
514 wakaba 1.1 # Lines 4-4 are missing:
515     # - "| <head>\n"
516     # - "| <body>\n"
517 wakaba 1.43 ok 345
518     not ok 346
519 wakaba 1.154 # Test 346 got: "| <!DOCTYPE html>\n| <!-- XXX - XXX -->\n| <html>\n" (t/HTML-tree.t at line 162 fail #173)
520     # Expected: "| <!DOCTYPE html>\n| <!-- XXX - XXX -->\n| <html>\n| <head>\n| <body>\n" (Document tree: qq'<!DOCTYPE html><!-- XXX - XXX')
521 wakaba 1.1 # Lines 4-4 are missing:
522     # - "| <head>\n"
523     # - "| <body>\n"
524 wakaba 1.43 ok 347
525     not ok 348
526 wakaba 1.154 # Test 348 got: "| <!DOCTYPE html>\n| <!-- XXX - XXX - XXX -->\n| <html>\n" (t/HTML-tree.t at line 162 fail #174)
527     # Expected: "| <!DOCTYPE html>\n| <!-- XXX - XXX - XXX -->\n| <html>\n| <head>\n| <body>\n" (Document tree: qq'<!DOCTYPE html><!-- XXX - XXX - XXX -->')
528 wakaba 1.1 # Lines 4-4 are missing:
529     # - "| <head>\n"
530     # - "| <body>\n"
531 wakaba 1.17 ok 349
532 wakaba 1.43 ok 350
533     ok 351
534     ok 352
535     ok 353
536     ok 354
537 wakaba 1.164 ok 355
538     ok 356
539     ok 357
540     ok 358
541 wakaba 1.43 ok 359
542     ok 360
543     ok 361
544     not ok 362
545 wakaba 1.150 # Test 362 got: "| <html>\n" (t/HTML-tree.t at line 162 fail #181)
546 wakaba 1.53 # Expected: "| <html>\n| <head>\n| <body>\n" (Document tree: qq' \x{0A} ')
547 wakaba 1.20 # Lines 2-2 are missing:
548 wakaba 1.1 # - "| <head>\n"
549     # - "| <body>\n"
550 wakaba 1.43 ok 363
551     not ok 364
552 wakaba 1.154 # Test 364 got: "| <!DOCTYPE html>\n| <html>\n" (t/HTML-tree.t at line 162 fail #182)
553     # Expected: "| <!DOCTYPE html>\n| <html>\n| <head>\n| <body>\n" (Document tree: qq'<!DOCTYPE html> <html>')
554 wakaba 1.28 # Lines 3-3 are missing:
555 wakaba 1.1 # - "| <head>\n"
556     # - "| <body>\n"
557 wakaba 1.43 ok 365
558     not ok 366
559 wakaba 1.154 # Test 366 got: "| <!DOCTYPE html>\n| <html>\n| <head>\n| <script>\n| \"\n\"\n| \" \"\n| <title>\n| \"x\"\n| \" \"\n" (t/HTML-tree.t at line 162 fail #183)
560     # Expected: "| <!DOCTYPE html>\n| <html>\n| <head>\n| <script>\n| \"\n\"\n| \" \"\n| <title>\n| \"x\"\n| \" \"\n| <body>\n" (Document tree: qq'<!DOCTYPE html><script>\x{0A}</script> <title>x</title> </head>')
561 wakaba 1.1 # Line 11 is missing:
562     # - "| <body>\n"
563 wakaba 1.43 ok 367
564     ok 368
565     not ok 369
566 wakaba 1.150 # Test 369 got: "1" (t/HTML-tree.t at line 160 fail #185)
567 wakaba 1.154 # Expected: "2" (Parse error: qq'<!DOCTYPE html>X</body><html id="x">'; 1:36:not first start tag;Line: 1 Col: 36 Unexpected start tag token (html) in the after body phase., Line: 1 Col: 36 html needs to be the first start tag.)
568 wakaba 1.43 ok 370
569     not ok 371
570 wakaba 1.150 # Test 371 got: "2" (t/HTML-tree.t at line 160 fail #186)
571 wakaba 1.154 # Expected: "1" (Parse error: qq'<!DOCTYPE html><head><html id=x>'; 1:32:not first start tag, 1:32:not closed:head;Line: 1 Col: 32 html needs to be the first start tag.)
572 wakaba 1.43 not ok 372
573 wakaba 1.154 # Test 372 got: "| <!DOCTYPE html>\n| <html>\n| id=\"x\"\n| <head>\n" (t/HTML-tree.t at line 162 fail #186)
574     # Expected: "| <!DOCTYPE html>\n| <html>\n| id=\"x\"\n| <head>\n| <body>\n" (Document tree: qq'<!DOCTYPE html><head><html id=x>')
575 wakaba 1.1 # Line 5 is missing:
576     # - "| <body>\n"
577 wakaba 1.43 ok 373
578     ok 374
579     ok 375
580     ok 376
581     ok 377
582     ok 378
583     ok 379
584     ok 380
585     ok 381
586     not ok 382
587 wakaba 1.154 # Test 382 got: "| <!DOCTYPE html>\n| <!-- x -->\n| <html>\n" (t/HTML-tree.t at line 162 fail #191)
588     # Expected: "| <!DOCTYPE html>\n| <!-- x -->\n| <html>\n| <head>\n| <body>\n" (Document tree: qq'<!DOCTYPE html><!--x--')
589 wakaba 1.1 # Lines 4-4 are missing:
590     # - "| <head>\n"
591     # - "| <body>\n"
592 wakaba 1.43 ok 383
593     ok 384
594 wakaba 1.16 # t/tree-construction/tests3.dat
595 wakaba 1.43 ok 385
596     not ok 386
597 wakaba 1.150 # Test 386 got: "| <html>\n| <head>\n| <style>\n" (t/HTML-tree.t at line 162 fail #193)
598 wakaba 1.53 # Expected: "| <html>\n| <head>\n| <style>\n| <body>\n" (Document tree: qq'<head></head><style></style>')
599 wakaba 1.1 # Line 4 is missing:
600     # - "| <body>\n"
601 wakaba 1.43 ok 387
602     not ok 388
603 wakaba 1.150 # Test 388 got: "| <html>\n| <head>\n| <script>\n" (t/HTML-tree.t at line 162 fail #194)
604 wakaba 1.53 # Expected: "| <html>\n| <head>\n| <script>\n| <body>\n" (Document tree: qq'<head></head><script></script>')
605 wakaba 1.1 # Line 4 is missing:
606     # - "| <body>\n"
607 wakaba 1.43 not ok 389
608 wakaba 1.150 # Test 389 got: "3" (t/HTML-tree.t at line 160 fail #195)
609 wakaba 1.90 # Expected: "2" (Parse error: qq'<head></head><!-- --><style></style><!-- --><script></script>'; 1:7:no DOCTYPE, 1:29:after head:style, 1:53:after head:script;Line: 1 Col: 6 Unexpected start tag (head). Expected DOCTYPE., Line: 1 Col: 28 Unexpected start tag (style) that can be in head. Moved.)
610 wakaba 1.43 not ok 390
611 wakaba 1.150 # Test 390 got: "| <html>\n| <head>\n| <style>\n| <script>\n| <!-- -->\n| <!-- -->\n" (t/HTML-tree.t at line 162 fail #195)
612 wakaba 1.53 # Expected: "| <html>\n| <head>\n| <style>\n| <script>\n| <!-- -->\n| <!-- -->\n| <body>\n" (Document tree: qq'<head></head><!-- --><style></style><!-- --><script></script>')
613 wakaba 1.1 # Line 7 is missing:
614     # - "| <body>\n"
615 wakaba 1.43 ok 391
616     ok 392
617     ok 393
618 wakaba 1.20 ok 394
619 wakaba 1.43 ok 395
620 wakaba 1.20 ok 396
621 wakaba 1.43 ok 397
622 wakaba 1.17 ok 398
623 wakaba 1.43 ok 399
624     ok 400
625 wakaba 1.17 ok 401
626 wakaba 1.20 ok 402
627 wakaba 1.17 ok 403
628 wakaba 1.43 ok 404
629 wakaba 1.17 ok 405
630 wakaba 1.20 ok 406
631 wakaba 1.43 ok 407
632 wakaba 1.21 ok 408
633 wakaba 1.43 ok 409
634 wakaba 1.21 ok 410
635 wakaba 1.17 ok 411
636 wakaba 1.15 ok 412
637 wakaba 1.43 not ok 413
638 wakaba 1.150 # Test 413 got: "3" (t/HTML-tree.t at line 160 fail #207)
639 wakaba 1.90 # Expected: "2" (Parse error: qq'<title>foo<span>bar</em><i>baz'; 1:8:no DOCTYPE, 1:30:in RCDATA:#5, 1:30:not closed:head;Line: 1 Col: 7 Unexpected start tag (title). Expected DOCTYPE., Line: 1 Col: 30 Unexpected end of file. Expected end tag (title).)
640 wakaba 1.43 not ok 414
641 wakaba 1.150 # Test 414 got: "| <html>\n| <head>\n| <title>\n| \"foo<span>bar</em><i>baz\"\n" (t/HTML-tree.t at line 162 fail #207)
642 wakaba 1.53 # Expected: "| <html>\n| <head>\n| <title>\n| \"foo<span>bar</em><i>baz\"\n| <body>\n" (Document tree: qq'<title>foo<span>bar</em><i>baz')
643 wakaba 1.43 # Line 5 is missing:
644     # - "| <body>\n"
645 wakaba 1.21 ok 415
646 wakaba 1.15 ok 416
647 wakaba 1.11 ok 417
648     ok 418
649 wakaba 1.17 ok 419
650     ok 420
651     ok 421
652     ok 422
653 wakaba 1.43 ok 423
654 wakaba 1.17 ok 424
655 wakaba 1.43 ok 425
656     ok 426
657     # t/tree-construction/tests4.dat
658 wakaba 1.16 ok 427
659     ok 428
660     ok 429
661     ok 430
662     ok 431
663     ok 432
664     ok 433
665     ok 434
666     ok 435
667     ok 436
668 wakaba 1.43 not ok 437
669 wakaba 1.150 # Test 437 got: "0" (t/HTML-tree.t at line 160 fail #219)
670 wakaba 1.90 # Expected: "1" (Parse error: qq'setting html\x{27}s innerHTML'; ;Line: 1 Col: 24 Unexpected EOF in inner html mode.)
671 wakaba 1.16 ok 438
672 wakaba 1.164 ok 439
673 wakaba 1.16 ok 440
674 wakaba 1.43 # t/tree-construction/tests5.dat
675     not ok 441
676 wakaba 1.150 # Test 441 got: "3" (t/HTML-tree.t at line 160 fail #221)
677 wakaba 1.90 # Expected: "2" (Parse error: qq'<style> <!-- </style>x'; 1:8:no DOCTYPE, 1:22:in CDATA:#5, 1:22:not closed:head;Line: 1 Col: 7 Unexpected start tag (style). Expected DOCTYPE., Line: 1 Col: 22 Unexpected end of file. Expected end tag (style).)
678 wakaba 1.43 not ok 442
679 wakaba 1.150 # Test 442 got: "| <html>\n| <head>\n| <style>\n| \" <!-- </style>x\"\n" (t/HTML-tree.t at line 162 fail #221)
680 wakaba 1.53 # Expected: "| <html>\n| <head>\n| <style>\n| \" <!-- </style>x\"\n| <body>\n" (Document tree: qq'<style> <!-- </style>x')
681 wakaba 1.43 # Line 5 is missing:
682     # - "| <body>\n"
683     ok 443
684 wakaba 1.17 ok 444
685 wakaba 1.43 ok 445
686 wakaba 1.23 ok 446
687 wakaba 1.43 ok 447
688 wakaba 1.20 ok 448
689 wakaba 1.43 ok 449
690 wakaba 1.26 ok 450
691 wakaba 1.1 ok 451
692 wakaba 1.21 ok 452
693 wakaba 1.1 ok 453
694 wakaba 1.43 ok 454
695 wakaba 1.1 ok 455
696 wakaba 1.43 ok 456
697 wakaba 1.1 ok 457
698 wakaba 1.21 ok 458
699 wakaba 1.3 ok 459
700 wakaba 1.21 ok 460
701 wakaba 1.3 ok 461
702 wakaba 1.21 ok 462
703 wakaba 1.43 not ok 463
704 wakaba 1.150 # Test 463 got: "2" (t/HTML-tree.t at line 160 fail #232)
705 wakaba 1.90 # Expected: "1" (Parse error: qq'<title>&amp;</title>'; 1:8:no DOCTYPE, 1:20:not closed:head;Line: 1 Col: 7 Unexpected start tag (title). Expected DOCTYPE.)
706 wakaba 1.43 not ok 464
707 wakaba 1.150 # Test 464 got: "| <html>\n| <head>\n| <title>\n| \"&\"\n" (t/HTML-tree.t at line 162 fail #232)
708 wakaba 1.53 # Expected: "| <html>\n| <head>\n| <title>\n| \"&\"\n| <body>\n" (Document tree: qq'<title>&amp;</title>')
709 wakaba 1.43 # Line 5 is missing:
710     # - "| <body>\n"
711     not ok 465
712 wakaba 1.150 # Test 465 got: "2" (t/HTML-tree.t at line 160 fail #233)
713 wakaba 1.90 # Expected: "1" (Parse error: qq'<title><!--&amp;--></title>'; 1:8:no DOCTYPE, 1:27:not closed:head;Line: 1 Col: 7 Unexpected start tag (title). Expected DOCTYPE.)
714 wakaba 1.43 not ok 466
715 wakaba 1.150 # Test 466 got: "| <html>\n| <head>\n| <title>\n| \"<!--&amp;-->\"\n" (t/HTML-tree.t at line 162 fail #233)
716 wakaba 1.53 # Expected: "| <html>\n| <head>\n| <title>\n| \"<!--&amp;-->\"\n| <body>\n" (Document tree: qq'<title><!--&amp;--></title>')
717 wakaba 1.43 # Line 5 is missing:
718     # - "| <body>\n"
719     not ok 467
720 wakaba 1.150 # Test 467 got: "3" (t/HTML-tree.t at line 160 fail #234)
721 wakaba 1.90 # Expected: "2" (Parse error: qq'<title><!--</title>'; 1:8:no DOCTYPE, 1:19:in RCDATA:#5, 1:19:not closed:head;Line: 1 Col: 7 Unexpected start tag (title). Expected DOCTYPE., Line: 1 Col: 19 Unexpected end of file. Expected end tag (title).)
722 wakaba 1.43 not ok 468
723 wakaba 1.150 # Test 468 got: "| <html>\n| <head>\n| <title>\n| \"<!--</title>\"\n" (t/HTML-tree.t at line 162 fail #234)
724 wakaba 1.53 # Expected: "| <html>\n| <head>\n| <title>\n| \"<!--</title>\"\n| <body>\n" (Document tree: qq'<title><!--</title>')
725 wakaba 1.43 # Line 5 is missing:
726     # - "| <body>\n"
727     not ok 469
728 wakaba 1.150 # Test 469 got: "2" (t/HTML-tree.t at line 160 fail #235)
729 wakaba 1.90 # Expected: "1" (Parse error: qq'<noscript><!--</noscript>--></noscript>'; 1:11:no DOCTYPE, 1:39:not closed:head;Line: 1 Col: 10 Unexpected start tag (noscript). Expected DOCTYPE.)
730 wakaba 1.43 not ok 470
731 wakaba 1.150 # Test 470 got: "| <html>\n| <head>\n| <noscript>\n| <!-- </noscript> -->\n" (t/HTML-tree.t at line 162 fail #235)
732 wakaba 1.53 # Expected: "| <html>\n| <head>\n| <noscript>\n| \"<!--</noscript>-->\"\n| <body>\n" (Document tree: qq'<noscript><!--</noscript>--></noscript>')
733 wakaba 1.43 # Line 4 is changed:
734     # - "| \"<!--</noscript>-->\"\n"
735     # + "| <!-- </noscript> -->\n"
736     # Line 5 is missing:
737     # - "| <body>\n"
738     # t/tree-construction/tests6.dat
739 wakaba 1.6 ok 471
740 wakaba 1.21 ok 472
741 wakaba 1.8 ok 473
742 wakaba 1.21 ok 474
743 wakaba 1.8 ok 475
744 wakaba 1.21 ok 476
745 wakaba 1.8 ok 477
746 wakaba 1.160 not ok 478
747     # Test 478 got: "| <!DOCTYPE html>\n| <html>\n| <head>\n| <body>\n| <form>\n| <div>\n| <div>\n" (t/HTML-tree.t at line 162 fail #239)
748     # Expected: "| <!DOCTYPE html>\n| <html>\n| <head>\n| <body>\n| <form>\n| <div>\n| <div>\n" (Document tree: qq'<!doctype html><form><div></form><div>')
749     # Line 7 is changed:
750     # - "| <div>\n"
751     # + "| <div>\n"
752 wakaba 1.43 not ok 479
753 wakaba 1.150 # Test 479 got: "1" (t/HTML-tree.t at line 160 fail #240)
754 wakaba 1.154 # Expected: "0" (Parse error: qq'<!doctype html><title>&amp;</title>'; 1:35:not closed:head;)
755 wakaba 1.43 not ok 480
756 wakaba 1.154 # Test 480 got: "| <!DOCTYPE html>\n| <html>\n| <head>\n| <title>\n| \"&\"\n" (t/HTML-tree.t at line 162 fail #240)
757     # Expected: "| <!DOCTYPE html>\n| <html>\n| <head>\n| <title>\n| \"&\"\n| <body>\n" (Document tree: qq'<!doctype html><title>&amp;</title>')
758 wakaba 1.43 # Line 6 is missing:
759     # - "| <body>\n"
760     not ok 481
761 wakaba 1.150 # Test 481 got: "1" (t/HTML-tree.t at line 160 fail #241)
762 wakaba 1.154 # Expected: "0" (Parse error: qq'<!doctype html><title><!--&amp;--></title>'; 1:42:not closed:head;)
763 wakaba 1.43 not ok 482
764 wakaba 1.154 # Test 482 got: "| <!DOCTYPE html>\n| <html>\n| <head>\n| <title>\n| \"<!--&amp;-->\"\n" (t/HTML-tree.t at line 162 fail #241)
765     # Expected: "| <!DOCTYPE html>\n| <html>\n| <head>\n| <title>\n| \"<!--&amp;-->\"\n| <body>\n" (Document tree: qq'<!doctype html><title><!--&amp;--></title>')
766 wakaba 1.43 # Line 6 is missing:
767     # - "| <body>\n"
768 wakaba 1.8 ok 483
769 wakaba 1.43 not ok 484
770 wakaba 1.150 # Test 484 got: "| <!DOCTYPE >\n| <html>\n" (t/HTML-tree.t at line 162 fail #242)
771 wakaba 1.73 # Expected: "| <!DOCTYPE >\n| <html>\n| <head>\n| <body>\n" (Document tree: qq'<!doctype>')
772 wakaba 1.43 # Lines 3-3 are missing:
773     # - "| <head>\n"
774     # - "| <body>\n"
775 wakaba 1.8 ok 485
776 wakaba 1.43 not ok 486
777 wakaba 1.150 # Test 486 got: "| <!-- -x -->\n| <html>\n" (t/HTML-tree.t at line 162 fail #243)
778 wakaba 1.53 # Expected: "| <!-- -x -->\n| <html>\n| <head>\n| <body>\n" (Document tree: qq'<!---x')
779 wakaba 1.43 # Lines 3-3 are missing:
780     # - "| <head>\n"
781     # - "| <body>\n"
782 wakaba 1.8 ok 487
783     ok 488
784 wakaba 1.76 not ok 489
785 wakaba 1.150 # Test 489 got: "4" (t/HTML-tree.t at line 160 fail #245)
786 wakaba 1.90 # Expected: "2" (Parse error: qq'<frameset></frameset>\x{0A}foo'; 1:11:no DOCTYPE, 2:2:after frameset:#character, 2:3:after frameset:#character, 2:3:after frameset:#character;Line: 1 Col: 10 Unexpected start tag (frameset). Expected DOCTYPE., Line: 2 Col: 3 Unexpected non-space characters in the after frameset phase. Ignored.)
787 wakaba 1.8 ok 490
788     ok 491
789     ok 492
790     ok 493
791     ok 494
792     ok 495
793 wakaba 1.21 ok 496
794 wakaba 1.8 ok 497
795 wakaba 1.78 ok 498
796 wakaba 1.8 ok 499
797 wakaba 1.21 ok 500
798 wakaba 1.8 ok 501
799 wakaba 1.21 ok 502
800 wakaba 1.8 ok 503
801 wakaba 1.21 ok 504
802 wakaba 1.8 ok 505
803 wakaba 1.21 ok 506
804 wakaba 1.8 ok 507
805 wakaba 1.21 ok 508
806 wakaba 1.11 ok 509
807 wakaba 1.21 ok 510
808 wakaba 1.12 ok 511
809 wakaba 1.21 ok 512
810 wakaba 1.12 ok 513
811 wakaba 1.21 ok 514
812 wakaba 1.12 ok 515
813 wakaba 1.21 ok 516
814 wakaba 1.12 ok 517
815 wakaba 1.21 ok 518
816 wakaba 1.12 ok 519
817 wakaba 1.21 ok 520
818 wakaba 1.12 ok 521
819 wakaba 1.21 ok 522
820 wakaba 1.12 ok 523
821 wakaba 1.78 not ok 524
822 wakaba 1.150 # Test 524 got: "| <head>\n| <body>\n| <div>\n" (t/HTML-tree.t at line 162 fail #262)
823 wakaba 1.78 # Expected: "| <div>\n" (Document tree: qq'</table></tbody></tfoot></thead></tr><div>')
824     not ok 525
825 wakaba 1.150 # Test 525 got: "5" (t/HTML-tree.t at line 160 fail #263)
826 wakaba 1.90 # Expected: "3" (Parse error: qq'<table><colgroup>foo'; 1:8:no DOCTYPE, 1:19:in table:#character, 1:20:in table:#character, 1:20:in table:#character, 1:20:not closed:table;Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE., Line: 1 Col: 20 Unexpected non-space characters in table context caused voodoo mode., Line: 1 Col: 20 Expected closing tag. Unexpected end of file.)
827 wakaba 1.21 ok 526
828 wakaba 1.78 not ok 527
829 wakaba 1.150 # Test 527 got: "3" (t/HTML-tree.t at line 160 fail #264)
830 wakaba 1.90 # Expected: "1" (Parse error: qq'foo<col>'; 1:2:unmatched end tag:colgroup, 1:3:unmatched end tag:colgroup, 1:4:unmatched end tag:colgroup;Line: 1 Col: 3 Unexpected end tag (colgroup). Ignored.)
831 wakaba 1.21 ok 528
832 wakaba 1.12 ok 529
833 wakaba 1.21 ok 530
834 wakaba 1.14 ok 531
835 wakaba 1.21 ok 532
836 wakaba 1.16 ok 533
837 wakaba 1.21 ok 534
838 wakaba 1.16 ok 535
839 wakaba 1.21 ok 536
840 wakaba 1.16 ok 537
841     ok 538
842     ok 539
843     ok 540
844 wakaba 1.152 not ok 541
845     # Test 541 got: "2" (t/HTML-tree.t at line 160 fail #271)
846     # Expected: "1" (Parse error: qq'</tr><td>'; 1:6:unmatched end tag:tr, 1:9:not closed:td;Line: 1 Col: 5 Unexpected end tag (tr). Ignored.)
847 wakaba 1.16 ok 542
848 wakaba 1.152 not ok 543
849     # Test 543 got: "4" (t/HTML-tree.t at line 160 fail #272)
850     # Expected: "3" (Parse error: qq'</tbody></tfoot></thead><td>'; 1:9:unmatched end tag:tbody, 1:17:unmatched end tag:tfoot, 1:25:unmatched end tag:thead, 1:28:not closed:td;Line: 1 Col: 8 Unexpected end tag (tbody). Ignored., Line: 1 Col: 16 Unexpected end tag (tfoot). Ignored., Line: 1 Col: 24 Unexpected end tag (thead). Ignored.)
851 wakaba 1.16 ok 544
852 wakaba 1.162 not ok 545
853     # Test 545 got: "3" (t/HTML-tree.t at line 160 fail #273)
854     # Expected: "4" (Parse error: qq'<table><tr><div><td>'; 1:8:no DOCTYPE, 1:17:in table:div, 1:20:not closed:td;Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE., Line: 1 Col: 16 Unexpected start tag (div) in table context caused voodoo mode., Line: 1 Col: 20 Unexpected implied end tag (div) in the table row phase., Line: 1 Col: 20 Expected closing tag. Unexpected end of file.)
855 wakaba 1.16 ok 546
856 wakaba 1.152 not ok 547
857     # Test 547 got: "7" (t/HTML-tree.t at line 160 fail #274)
858     # Expected: "6" (Parse error: qq'<caption><col><colgroup><tbody><tfoot><thead><tr>'; 1:10:unmatched end tag:caption, 1:15:unmatched end tag:col, 1:25:unmatched end tag:colgroup, 1:32:unmatched end tag:tbody, 1:39:unmatched end tag:tfoot, 1:46:unmatched end tag:thead, 1:49:not closed:tr;Line: 1 Col: 9 Unexpected start tag (caption)., Line: 1 Col: 14 Unexpected start tag (col)., Line: 1 Col: 24 Unexpected start tag (colgroup)., Line: 1 Col: 31 Unexpected start tag (tbody)., Line: 1 Col: 38 Unexpected start tag (tfoot)., Line: 1 Col: 45 Unexpected start tag (thead).)
859 wakaba 1.16 ok 548
860     ok 549
861     ok 550
862 wakaba 1.152 not ok 551
863     # Test 551 got: "2" (t/HTML-tree.t at line 160 fail #276)
864     # Expected: "1" (Parse error: qq'</table><tr>'; 1:9:unmatched end tag:table, 1:12:not closed:tr;Line: 1 Col: 8 Unexpected end tag (table). Ignored.)
865 wakaba 1.16 ok 552
866 wakaba 1.34 ok 553
867 wakaba 1.16 ok 554
868 wakaba 1.34 ok 555
869 wakaba 1.17 ok 556
870 wakaba 1.34 ok 557
871 wakaba 1.17 ok 558
872 wakaba 1.43 ok 559
873 wakaba 1.22 ok 560
874 wakaba 1.152 ok 561
875 wakaba 1.22 ok 562
876 wakaba 1.43 ok 563
877 wakaba 1.22 ok 564
878 wakaba 1.90 not ok 565
879 wakaba 1.150 # Test 565 got: "1" (t/HTML-tree.t at line 160 fail #283)
880 wakaba 1.90 # Expected: "2" (Parse error: qq'<body></body></html>'; 1:20:unmatched end tag:html;Line: 1 Col: 20 Unexpected html end tag in inner html mode., Line: 1 Col: 20 Unexpected EOF in inner html mode.)
881 wakaba 1.22 ok 566
882 wakaba 1.43 ok 567
883 wakaba 1.22 ok 568
884 wakaba 1.154 ok 569
885     not ok 570
886     # Test 570 got: "| <!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01//EN\">\n| <html>\n| <head>\n| <body>\n" (t/HTML-tree.t at line 162 fail #285)
887     # Expected: "| <!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01//EN\" \"\">\n| <html>\n| <head>\n| <body>\n" (Document tree: qq'<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><html></html>')
888     # Line 1 is changed:
889     # - "| <!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01//EN\" \"\">\n"
890     # + "| <!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01//EN\">\n"
891 wakaba 1.90 # t/tree-test-1.dat
892 wakaba 1.43 ok 571
893 wakaba 1.22 ok 572
894 wakaba 1.43 ok 573
895 wakaba 1.22 ok 574
896 wakaba 1.43 ok 575
897 wakaba 1.27 ok 576
898 wakaba 1.31 ok 577
899 wakaba 1.24 ok 578
900     ok 579
901     ok 580
902     ok 581
903     ok 582
904 wakaba 1.34 ok 583
905 wakaba 1.24 ok 584
906     ok 585
907     ok 586
908 wakaba 1.25 ok 587
909 wakaba 1.24 ok 588
910 wakaba 1.49 ok 589
911 wakaba 1.25 ok 590
912 wakaba 1.49 ok 591
913 wakaba 1.25 ok 592
914 wakaba 1.49 ok 593
915 wakaba 1.25 ok 594
916 wakaba 1.76 ok 595
917 wakaba 1.25 ok 596
918 wakaba 1.76 ok 597
919 wakaba 1.25 ok 598
920 wakaba 1.76 ok 599
921 wakaba 1.25 ok 600
922 wakaba 1.76 ok 601
923 wakaba 1.27 ok 602
924 wakaba 1.76 ok 603
925 wakaba 1.27 ok 604
926 wakaba 1.76 ok 605
927 wakaba 1.28 ok 606
928 wakaba 1.78 ok 607
929 wakaba 1.28 ok 608
930 wakaba 1.78 ok 609
931 wakaba 1.28 ok 610
932 wakaba 1.78 ok 611
933 wakaba 1.28 ok 612
934 wakaba 1.78 ok 613
935 wakaba 1.30 ok 614
936 wakaba 1.78 ok 615
937 wakaba 1.30 ok 616
938 wakaba 1.78 ok 617
939 wakaba 1.31 ok 618
940 wakaba 1.78 ok 619
941 wakaba 1.31 ok 620
942 wakaba 1.78 ok 621
943 wakaba 1.34 ok 622
944 wakaba 1.167 ok 623
945     ok 624
946     ok 625
947     ok 626
948 wakaba 1.35 ok 627
949     ok 628
950     ok 629
951     ok 630
952     ok 631
953     ok 632
954 wakaba 1.38 ok 633
955     ok 634
956     ok 635
957     ok 636
958 wakaba 1.78 ok 637
959 wakaba 1.38 ok 638
960     ok 639
961     ok 640
962 wakaba 1.41 ok 641
963     ok 642
964     ok 643
965     ok 644
966     ok 645
967     ok 646
968     ok 647
969     ok 648
970     ok 649
971     ok 650
972     ok 651
973     ok 652
974     ok 653
975     ok 654
976     ok 655
977     ok 656
978     ok 657
979     ok 658
980     ok 659
981     ok 660
982     ok 661
983     ok 662
984     ok 663
985     ok 664
986     ok 665
987     ok 666
988     ok 667
989     ok 668
990     ok 669
991     ok 670
992 wakaba 1.90 ok 671
993 wakaba 1.41 ok 672
994 wakaba 1.90 ok 673
995 wakaba 1.41 ok 674
996 wakaba 1.90 ok 675
997 wakaba 1.41 ok 676
998 wakaba 1.150 ok 677
999 wakaba 1.41 ok 678
1000 wakaba 1.150 ok 679
1001 wakaba 1.41 ok 680
1002 wakaba 1.150 ok 681
1003 wakaba 1.41 ok 682
1004 wakaba 1.150 ok 683
1005 wakaba 1.41 ok 684
1006 wakaba 1.150 ok 685
1007 wakaba 1.41 ok 686
1008 wakaba 1.150 ok 687
1009 wakaba 1.41 ok 688
1010 wakaba 1.150 ok 689
1011 wakaba 1.41 ok 690
1012 wakaba 1.150 ok 691
1013 wakaba 1.41 ok 692
1014 wakaba 1.150 ok 693
1015 wakaba 1.41 ok 694
1016     ok 695
1017     ok 696
1018     ok 697
1019     ok 698
1020     ok 699
1021     ok 700
1022 wakaba 1.90 ok 701
1023 wakaba 1.41 ok 702
1024     ok 703
1025     ok 704
1026     ok 705
1027     ok 706
1028 wakaba 1.150 ok 707
1029 wakaba 1.41 ok 708
1030     ok 709
1031     ok 710
1032     ok 711
1033     ok 712
1034     ok 713
1035     ok 714
1036 wakaba 1.42 ok 715
1037     ok 716
1038     ok 717
1039     ok 718
1040     ok 719
1041     ok 720
1042     ok 721
1043     ok 722
1044     ok 723
1045     ok 724
1046     ok 725
1047     ok 726
1048     ok 727
1049     ok 728
1050     ok 729
1051     ok 730
1052     ok 731
1053     ok 732
1054     ok 733
1055     ok 734
1056     ok 735
1057     ok 736
1058     ok 737
1059     ok 738
1060     ok 739
1061     ok 740
1062     ok 741
1063     ok 742
1064     ok 743
1065     ok 744
1066 wakaba 1.43 ok 745
1067     ok 746
1068     ok 747
1069     ok 748
1070     ok 749
1071     ok 750
1072     ok 751
1073     ok 752
1074     ok 753
1075     ok 754
1076     ok 755
1077     ok 756
1078     ok 757
1079     ok 758
1080     ok 759
1081     ok 760
1082     ok 761
1083     ok 762
1084     ok 763
1085     ok 764
1086     ok 765
1087     ok 766
1088     ok 767
1089     ok 768
1090     ok 769
1091     ok 770
1092     ok 771
1093     ok 772
1094     ok 773
1095     ok 774
1096 wakaba 1.49 ok 775
1097     ok 776
1098     ok 777
1099     ok 778
1100     ok 779
1101     ok 780
1102     ok 781
1103     ok 782
1104     ok 783
1105     ok 784
1106     ok 785
1107     ok 786
1108 wakaba 1.154 ok 787
1109 wakaba 1.49 ok 788
1110 wakaba 1.160 ok 789
1111 wakaba 1.49 ok 790
1112 wakaba 1.160 ok 791
1113 wakaba 1.49 ok 792
1114 wakaba 1.160 ok 793
1115 wakaba 1.49 ok 794
1116 wakaba 1.160 ok 795
1117 wakaba 1.154 ok 796
1118 wakaba 1.160 ok 797
1119 wakaba 1.49 ok 798
1120 wakaba 1.167 ok 799
1121 wakaba 1.49 ok 800
1122 wakaba 1.167 ok 801
1123 wakaba 1.49 ok 802
1124 wakaba 1.167 ok 803
1125 wakaba 1.49 ok 804
1126 wakaba 1.167 ok 805
1127 wakaba 1.49 ok 806
1128 wakaba 1.167 ok 807
1129 wakaba 1.50 ok 808
1130     ok 809
1131     ok 810
1132 wakaba 1.167 not ok 811
1133     # Test 811 got: "2" (t/HTML-tree.t at line 160 fail #406)
1134     # Expected: "1" (Parse error: qq'<!DOCTYPE HTML><ul></body>'; 1:26:not closed:ul, 1:26:not closed:ul;ul not closed)
1135 wakaba 1.50 ok 812
1136 wakaba 1.167 not ok 813
1137     # Test 813 got: "2" (t/HTML-tree.t at line 160 fail #407)
1138     # Expected: "1" (Parse error: qq'<!DOCTYPE HTML><ul><li></body>'; 1:30:not closed:ul, 1:30:not closed:ul;ul not closed)
1139 wakaba 1.50 ok 814
1140 wakaba 1.167 not ok 815
1141     # Test 815 got: "2" (t/HTML-tree.t at line 160 fail #408)
1142     # Expected: "1" (Parse error: qq'<!DOCTYPE HTML><dl></body>'; 1:26:not closed:dl, 1:26:not closed:dl;dl not closed)
1143 wakaba 1.50 ok 816
1144 wakaba 1.167 not ok 817
1145     # Test 817 got: "2" (t/HTML-tree.t at line 160 fail #409)
1146     # Expected: "1" (Parse error: qq'<!DOCTYPE HTML><dl><dt></body>'; 1:30:not closed:dl, 1:30:not closed:dl;dl not closed)
1147 wakaba 1.50 ok 818
1148 wakaba 1.167 not ok 819
1149     # Test 819 got: "2" (t/HTML-tree.t at line 160 fail #410)
1150     # Expected: "1" (Parse error: qq'<!DOCTYPE HTML><dl><dd></body>'; 1:30:not closed:dl, 1:30:not closed:dl;dl not closed)
1151 wakaba 1.50 ok 820
1152     ok 821
1153     ok 822
1154     ok 823
1155     ok 824
1156     ok 825
1157     ok 826
1158     ok 827
1159     ok 828
1160     ok 829
1161     ok 830
1162 wakaba 1.164 ok 831
1163 wakaba 1.50 ok 832
1164     ok 833
1165     ok 834
1166     ok 835
1167     ok 836
1168 wakaba 1.167 ok 837
1169 wakaba 1.50 ok 838
1170     ok 839
1171     ok 840
1172     ok 841
1173     ok 842
1174     ok 843
1175     ok 844
1176     ok 845
1177     ok 846
1178     ok 847
1179     ok 848
1180 wakaba 1.167 not ok 849
1181     # Test 849 got: "4" (t/HTML-tree.t at line 160 fail #425)
1182     # Expected: "3" (Parse error: qq'<!DOCTYPE HTML><table><tr><td></td>x<table> </table></table>'; 1:37:in table:#character, 1:44:not closed:tr, 1:44:not closed:tr, 1:61:unmatched end tag:table;char in <tr>, <table> in <tr>, unmatched </table>)
1183 wakaba 1.50 ok 850
1184     ok 851
1185     ok 852
1186     ok 853
1187     ok 854
1188     ok 855
1189     ok 856
1190     ok 857
1191     ok 858
1192     ok 859
1193     ok 860
1194     ok 861
1195     ok 862
1196     ok 863
1197     ok 864
1198     ok 865
1199     ok 866
1200     ok 867
1201     ok 868
1202     ok 869
1203     ok 870
1204     ok 871
1205     ok 872
1206     ok 873
1207     ok 874
1208     ok 875
1209     ok 876
1210     ok 877
1211     ok 878
1212     ok 879
1213     ok 880
1214     ok 881
1215     ok 882
1216     ok 883
1217     ok 884
1218     ok 885
1219     ok 886
1220     ok 887
1221     ok 888
1222     ok 889
1223     ok 890
1224     ok 891
1225     ok 892
1226     ok 893
1227     ok 894
1228 wakaba 1.52 ok 895
1229     ok 896
1230     ok 897
1231     ok 898
1232     ok 899
1233     ok 900
1234     ok 901
1235     ok 902
1236     ok 903
1237     ok 904
1238     ok 905
1239     ok 906
1240     ok 907
1241     ok 908
1242 wakaba 1.53 ok 909
1243     ok 910
1244     ok 911
1245     ok 912
1246     ok 913
1247     ok 914
1248     ok 915
1249     ok 916
1250     ok 917
1251     ok 918
1252     ok 919
1253     ok 920
1254     ok 921
1255     ok 922
1256     ok 923
1257     ok 924
1258     ok 925
1259     ok 926
1260     ok 927
1261     ok 928
1262     ok 929
1263     ok 930
1264     ok 931
1265     ok 932
1266     ok 933
1267     ok 934
1268     ok 935
1269     ok 936
1270     ok 937
1271     ok 938
1272     ok 939
1273     ok 940
1274     ok 941
1275     ok 942
1276     ok 943
1277     ok 944
1278     ok 945
1279     ok 946
1280     ok 947
1281     ok 948
1282     ok 949
1283     ok 950
1284     ok 951
1285     ok 952
1286     ok 953
1287     ok 954
1288     ok 955
1289     ok 956
1290     ok 957
1291     ok 958
1292     ok 959
1293     ok 960
1294     ok 961
1295     ok 962
1296     ok 963
1297     ok 964
1298 wakaba 1.54 ok 965
1299     ok 966
1300     ok 967
1301     ok 968
1302     ok 969
1303     ok 970
1304 wakaba 1.72 ok 971
1305     ok 972
1306     ok 973
1307     ok 974
1308     ok 975
1309     ok 976
1310     ok 977
1311     ok 978
1312     ok 979
1313     ok 980
1314 wakaba 1.74 ok 981
1315     ok 982
1316     ok 983
1317     ok 984
1318 wakaba 1.76 ok 985
1319     ok 986
1320     ok 987
1321     ok 988
1322     ok 989
1323     ok 990
1324     ok 991
1325     ok 992
1326     ok 993
1327     ok 994
1328     ok 995
1329     ok 996
1330 wakaba 1.78 ok 997
1331     ok 998
1332     ok 999
1333     ok 1000
1334     ok 1001
1335     ok 1002
1336     ok 1003
1337     ok 1004
1338     ok 1005
1339     ok 1006
1340     ok 1007
1341     ok 1008
1342     ok 1009
1343     ok 1010
1344     ok 1011
1345     ok 1012
1346     ok 1013
1347     ok 1014
1348     ok 1015
1349     ok 1016
1350     ok 1017
1351     ok 1018
1352     ok 1019
1353     ok 1020
1354     ok 1021
1355     ok 1022
1356     ok 1023
1357     ok 1024
1358     ok 1025
1359     ok 1026
1360     ok 1027
1361     ok 1028
1362     ok 1029
1363     ok 1030
1364     ok 1031
1365     ok 1032
1366     ok 1033
1367     ok 1034
1368     ok 1035
1369     ok 1036
1370     ok 1037
1371     ok 1038
1372     ok 1039
1373     ok 1040
1374     ok 1041
1375     ok 1042
1376     ok 1043
1377     ok 1044
1378     ok 1045
1379     ok 1046
1380     ok 1047
1381     ok 1048
1382     ok 1049
1383     ok 1050
1384     ok 1051
1385     ok 1052
1386     ok 1053
1387     ok 1054
1388     ok 1055
1389     ok 1056
1390     ok 1057
1391     ok 1058
1392     ok 1059
1393     ok 1060
1394 wakaba 1.81 ok 1061
1395     ok 1062
1396 wakaba 1.90 ok 1063
1397     ok 1064
1398     ok 1065
1399     ok 1066
1400     ok 1067
1401     ok 1068
1402 wakaba 1.103 ok 1069
1403     ok 1070
1404     ok 1071
1405     ok 1072
1406 wakaba 1.150 ok 1073
1407     ok 1074
1408     ok 1075
1409     ok 1076
1410     ok 1077
1411     ok 1078
1412     ok 1079
1413     ok 1080
1414     ok 1081
1415     ok 1082
1416     ok 1083
1417     ok 1084
1418     ok 1085
1419     ok 1086
1420     ok 1087
1421     ok 1088
1422     ok 1089
1423     ok 1090
1424     ok 1091
1425     ok 1092
1426     ok 1093
1427     ok 1094
1428     ok 1095
1429     ok 1096
1430     ok 1097
1431     ok 1098
1432     ok 1099
1433     ok 1100
1434     ok 1101
1435     ok 1102
1436     ok 1103
1437     ok 1104
1438     ok 1105
1439     ok 1106
1440     ok 1107
1441     ok 1108
1442 wakaba 1.154 ok 1109
1443 wakaba 1.150 ok 1110
1444 wakaba 1.160 ok 1111
1445 wakaba 1.150 ok 1112
1446 wakaba 1.160 ok 1113
1447 wakaba 1.150 ok 1114
1448 wakaba 1.160 ok 1115
1449 wakaba 1.154 ok 1116
1450 wakaba 1.160 ok 1117
1451 wakaba 1.150 ok 1118
1452     ok 1119
1453     ok 1120
1454 wakaba 1.163 ok 1121
1455 wakaba 1.150 ok 1122
1456 wakaba 1.163 ok 1123
1457 wakaba 1.150 ok 1124
1458 wakaba 1.163 ok 1125
1459 wakaba 1.150 ok 1126
1460 wakaba 1.163 ok 1127
1461 wakaba 1.150 ok 1128
1462     ok 1129
1463     ok 1130
1464     ok 1131
1465     ok 1132
1466     ok 1133
1467     ok 1134
1468     ok 1135
1469     ok 1136
1470     ok 1137
1471     ok 1138
1472     ok 1139
1473     ok 1140
1474     ok 1141
1475     ok 1142
1476     ok 1143
1477     ok 1144
1478     ok 1145
1479     ok 1146
1480     ok 1147
1481     ok 1148
1482 wakaba 1.164 ok 1149
1483 wakaba 1.150 ok 1150
1484 wakaba 1.165 ok 1151
1485 wakaba 1.150 ok 1152
1486 wakaba 1.165 ok 1153
1487 wakaba 1.150 ok 1154
1488 wakaba 1.165 ok 1155
1489 wakaba 1.164 ok 1156
1490 wakaba 1.165 ok 1157
1491 wakaba 1.150 ok 1158
1492     ok 1159
1493     ok 1160
1494     ok 1161
1495     ok 1162
1496 wakaba 1.166 ok 1163
1497 wakaba 1.150 ok 1164
1498 wakaba 1.166 ok 1165
1499 wakaba 1.150 ok 1166
1500 wakaba 1.166 ok 1167
1501 wakaba 1.150 ok 1168
1502 wakaba 1.166 ok 1169
1503 wakaba 1.150 ok 1170
1504 wakaba 1.154 ok 1171
1505     ok 1172
1506 wakaba 1.160 ok 1173
1507 wakaba 1.150 ok 1174
1508     ok 1175
1509     ok 1176
1510     ok 1177
1511     ok 1178
1512     ok 1179
1513     ok 1180
1514 wakaba 1.163 ok 1181
1515 wakaba 1.150 ok 1182
1516 wakaba 1.163 ok 1183
1517 wakaba 1.150 ok 1184
1518 wakaba 1.167 ok 1185
1519 wakaba 1.150 ok 1186
1520 wakaba 1.167 ok 1187
1521 wakaba 1.150 ok 1188
1522 wakaba 1.167 ok 1189
1523 wakaba 1.150 ok 1190
1524 wakaba 1.167 ok 1191
1525 wakaba 1.164 ok 1192
1526 wakaba 1.165 ok 1193
1527 wakaba 1.150 ok 1194
1528     ok 1195
1529     ok 1196
1530 wakaba 1.168 ok 1197
1531 wakaba 1.150 ok 1198
1532 wakaba 1.168 ok 1199
1533 wakaba 1.150 ok 1200
1534 wakaba 1.168 ok 1201
1535 wakaba 1.150 ok 1202
1536 wakaba 1.168 ok 1203
1537 wakaba 1.150 ok 1204
1538 wakaba 1.166 ok 1205
1539 wakaba 1.150 ok 1206
1540     ok 1207
1541     ok 1208
1542 wakaba 1.164 ok 1209
1543 wakaba 1.150 ok 1210
1544 wakaba 1.165 ok 1211
1545 wakaba 1.164 ok 1212
1546 wakaba 1.165 ok 1213
1547 wakaba 1.150 ok 1214
1548     ok 1215
1549     ok 1216
1550     ok 1217
1551     ok 1218
1552     ok 1219
1553     ok 1220
1554     ok 1221
1555     ok 1222
1556 wakaba 1.166 ok 1223
1557 wakaba 1.150 ok 1224
1558 wakaba 1.166 ok 1225
1559 wakaba 1.150 ok 1226
1560 wakaba 1.167 ok 1227
1561 wakaba 1.150 ok 1228
1562     ok 1229
1563     ok 1230
1564     ok 1231
1565     ok 1232
1566 wakaba 1.168 not ok 1233
1567     # Test 1233 got: "3" (t/HTML-tree.t at line 160 fail #617)
1568     # Expected: "2" (Parse error: qq'<!DOCTYPE HTML><table a><thead><table b>'; 1:40:not closed:thead, 1:40:not closed:thead, 1:40:not closed:table;<table> in table row group, unexpected end of file)
1569 wakaba 1.150 ok 1234
1570 wakaba 1.168 not ok 1235
1571     # Test 1235 got: "3" (t/HTML-tree.t at line 160 fail #618)
1572     # Expected: "2" (Parse error: qq'<!DOCTYPE HTML><table a><tbody><table b>'; 1:40:not closed:tbody, 1:40:not closed:tbody, 1:40:not closed:table;<table> in table row group, unexpected end of file)
1573 wakaba 1.150 ok 1236
1574 wakaba 1.168 not ok 1237
1575     # Test 1237 got: "3" (t/HTML-tree.t at line 160 fail #619)
1576     # Expected: "2" (Parse error: qq'<!DOCTYPE HTML><table a><tfoot><table b>'; 1:40:not closed:tfoot, 1:40:not closed:tfoot, 1:40:not closed:table;<table> in table row group, unexpected end of file)
1577 wakaba 1.150 ok 1238
1578 wakaba 1.167 not ok 1239
1579     # Test 1239 got: "3" (t/HTML-tree.t at line 160 fail #620)
1580 wakaba 1.168 # Expected: "2" (Parse error: qq'<!DOCTYPE HTML><table a><tr><table b>'; 1:37:not closed:tr, 1:37:not closed:tr, 1:37:not closed:table;<table> in table row, unexpected end of file)
1581 wakaba 1.150 ok 1240
1582     ok 1241
1583     ok 1242
1584     ok 1243
1585     ok 1244
1586 wakaba 1.167 ok 1245
1587 wakaba 1.150 ok 1246
1588 wakaba 1.167 ok 1247
1589 wakaba 1.150 ok 1248
1590     ok 1249
1591     ok 1250
1592     ok 1251
1593     ok 1252
1594     ok 1253
1595     ok 1254
1596     ok 1255
1597     ok 1256
1598 wakaba 1.168 ok 1257
1599 wakaba 1.150 ok 1258
1600 wakaba 1.168 ok 1259
1601 wakaba 1.150 ok 1260
1602     ok 1261
1603     ok 1262
1604     ok 1263
1605     ok 1264
1606     ok 1265
1607     ok 1266
1608     ok 1267
1609     ok 1268
1610     ok 1269
1611     ok 1270
1612     ok 1271
1613     ok 1272
1614     ok 1273
1615     ok 1274
1616 wakaba 1.168 not ok 1275
1617     # Test 1275 got: "3" (t/HTML-tree.t at line 160 fail #638)
1618     # Expected: "4" (Parse error: qq'<!DOCTYPE HTML><table><tr><form><td></td></form></table>'; 1:33:in table:form, 1:49:in table:/form, 1:49:unmatched end tag:form;<form> in table, form not closed, </form> in table, ubmatched </form>)
1619 wakaba 1.150 ok 1276
1620     ok 1277
1621     ok 1278
1622     ok 1279
1623     ok 1280
1624     ok 1281
1625     ok 1282
1626     ok 1283
1627     ok 1284
1628     ok 1285
1629     ok 1286
1630     ok 1287
1631     ok 1288
1632     ok 1289
1633     ok 1290
1634     ok 1291
1635     ok 1292
1636 wakaba 1.168 not ok 1293
1637     # Test 1293 got: "3" (t/HTML-tree.t at line 160 fail #647)
1638     # Expected: "4" (Parse error: qq'<p><font><form> </form>'; 1:4:no DOCTYPE, 1:16:not closed:font, 1:23:not closed:font;1,4,no DOCTYPE, 1,16,not closed:font, 1,23,unmatched end tag:form, 1,23,not closed:font)
1639 wakaba 1.150 ok 1294
1640 wakaba 1.168 not ok 1295
1641     # Test 1295 got: "4" (t/HTML-tree.t at line 160 fail #648)
1642     # Expected: "3" (Parse error: qq'<table a><tr><table b>'; 1:10:no DOCTYPE, 1:22:not closed:tr, 1:22:not closed:tr, 1:22:not closed:table;1,10,no DOCTYPE, 1,22,not closed:tr, 1,22,not closed:table)
1643 wakaba 1.150 ok 1296
1644     ok 1297
1645     ok 1298
1646     ok 1299
1647     ok 1300
1648     ok 1301
1649     ok 1302
1650     ok 1303
1651     ok 1304
1652     ok 1305
1653     ok 1306
1654 wakaba 1.154 ok 1307
1655     ok 1308
1656 wakaba 1.160 ok 1309
1657 wakaba 1.150 ok 1310
1658 wakaba 1.154 ok 1311
1659 wakaba 1.150 ok 1312
1660 wakaba 1.160 ok 1313
1661 wakaba 1.154 ok 1314
1662 wakaba 1.160 ok 1315
1663 wakaba 1.150 ok 1316
1664     ok 1317
1665     ok 1318
1666 wakaba 1.163 ok 1319
1667 wakaba 1.150 ok 1320
1668 wakaba 1.154 ok 1321
1669     ok 1322
1670 wakaba 1.163 ok 1323
1671 wakaba 1.150 ok 1324
1672 wakaba 1.163 ok 1325
1673 wakaba 1.154 ok 1326
1674 wakaba 1.160 ok 1327
1675 wakaba 1.150 ok 1328
1676     ok 1329
1677     ok 1330
1678     ok 1331
1679     ok 1332
1680 wakaba 1.163 ok 1333
1681 wakaba 1.150 ok 1334
1682     ok 1335
1683     ok 1336
1684 wakaba 1.163 ok 1337
1685 wakaba 1.150 ok 1338
1686     ok 1339
1687     ok 1340
1688     ok 1341
1689     ok 1342
1690     ok 1343
1691     ok 1344
1692     ok 1345
1693     ok 1346
1694 wakaba 1.164 ok 1347
1695     ok 1348
1696 wakaba 1.165 ok 1349
1697 wakaba 1.150 ok 1350
1698 wakaba 1.164 ok 1351
1699 wakaba 1.150 ok 1352
1700 wakaba 1.165 ok 1353
1701 wakaba 1.164 ok 1354
1702 wakaba 1.165 ok 1355
1703 wakaba 1.150 ok 1356
1704 wakaba 1.160 ok 1357
1705 wakaba 1.154 ok 1358
1706 wakaba 1.160 ok 1359
1707 wakaba 1.150 ok 1360
1708 wakaba 1.166 ok 1361
1709 wakaba 1.164 ok 1362
1710 wakaba 1.165 ok 1363
1711 wakaba 1.150 ok 1364
1712 wakaba 1.166 ok 1365
1713 wakaba 1.164 ok 1366
1714 wakaba 1.166 ok 1367
1715 wakaba 1.150 ok 1368
1716 wakaba 1.163 ok 1369
1717 wakaba 1.150 ok 1370
1718     ok 1371
1719     ok 1372
1720     ok 1373
1721     ok 1374
1722 wakaba 1.166 ok 1375
1723 wakaba 1.150 ok 1376
1724     ok 1377
1725     ok 1378
1726 wakaba 1.166 ok 1379
1727 wakaba 1.150 ok 1380
1728     ok 1381
1729     ok 1382
1730 wakaba 1.167 ok 1383
1731 wakaba 1.150 ok 1384
1732     ok 1385
1733     ok 1386
1734 wakaba 1.167 ok 1387
1735 wakaba 1.150 ok 1388
1736 wakaba 1.167 ok 1389
1737 wakaba 1.150 ok 1390
1738     ok 1391
1739     ok 1392
1740 wakaba 1.164 ok 1393
1741 wakaba 1.150 ok 1394
1742 wakaba 1.168 ok 1395
1743 wakaba 1.150 ok 1396
1744 wakaba 1.167 ok 1397
1745 wakaba 1.164 ok 1398
1746 wakaba 1.168 ok 1399
1747 wakaba 1.150 ok 1400
1748 wakaba 1.168 ok 1401
1749 wakaba 1.150 ok 1402
1750     ok 1403
1751     ok 1404
1752     ok 1405
1753     ok 1406
1754 wakaba 1.166 ok 1407
1755 wakaba 1.150 ok 1408
1756 wakaba 1.169 # t/tree-test-2.dat
1757 wakaba 1.168 ok 1409
1758 wakaba 1.150 ok 1410
1759 wakaba 1.166 ok 1411
1760 wakaba 1.150 ok 1412
1761 wakaba 1.168 ok 1413
1762 wakaba 1.150 ok 1414
1763     ok 1415
1764     ok 1416
1765     ok 1417
1766     ok 1418
1767     ok 1419
1768     ok 1420
1769     ok 1421
1770     ok 1422
1771     ok 1423
1772     ok 1424
1773     ok 1425
1774     ok 1426
1775     ok 1427
1776     ok 1428
1777 wakaba 1.167 ok 1429
1778 wakaba 1.150 ok 1430
1779 wakaba 1.169 ok 1431
1780 wakaba 1.154 ok 1432
1781 wakaba 1.167 ok 1433
1782 wakaba 1.160 ok 1434
1783 wakaba 1.169 ok 1435
1784 wakaba 1.160 ok 1436
1785 wakaba 1.169 ok 1437
1786 wakaba 1.160 ok 1438
1787     ok 1439
1788     ok 1440
1789 wakaba 1.168 ok 1441
1790 wakaba 1.160 ok 1442
1791 wakaba 1.168 ok 1443
1792 wakaba 1.163 ok 1444
1793 wakaba 1.169 ok 1445
1794 wakaba 1.163 ok 1446
1795     ok 1447
1796     ok 1448
1797 wakaba 1.169 ok 1449
1798 wakaba 1.163 ok 1450
1799     ok 1451
1800     ok 1452
1801     ok 1453
1802     ok 1454
1803     ok 1455
1804     ok 1456
1805     ok 1457
1806     ok 1458
1807     ok 1459
1808     ok 1460
1809     ok 1461
1810     ok 1462
1811     ok 1463
1812     ok 1464
1813     ok 1465
1814     ok 1466
1815     ok 1467
1816     ok 1468
1817     ok 1469
1818     ok 1470
1819 wakaba 1.164 ok 1471
1820     ok 1472
1821 wakaba 1.165 ok 1473
1822     ok 1474
1823 wakaba 1.169 not ok 1475
1824     # Test 1475 got: "2" (t/HTML-tree.t at line 160 fail #738)
1825     # Expected: "1" (Parse error: qq'</table><td>'; 1:9:unmatched end tag:4, 1:12:not closed:td;</table> in <tr>.innerHTML)
1826 wakaba 1.165 ok 1476
1827 wakaba 1.169 ok 1477
1828 wakaba 1.165 ok 1478
1829 wakaba 1.168 not ok 1479
1830 wakaba 1.169 # Test 1479 got: "2" (t/HTML-tree.t at line 160 fail #740)
1831     # Expected: "1" (Parse error: qq'<table>'; 1:7:not closed:html, 1:7:unmatched end tag:table;<table> in <table>)
1832 wakaba 1.165 ok 1480
1833 wakaba 1.168 not ok 1481
1834 wakaba 1.169 # Test 1481 got: "3" (t/HTML-tree.t at line 160 fail #741)
1835     # Expected: "1" (Parse error: qq'<table><tr>'; 1:8:not closed:html, 1:8:unmatched end tag:table, 1:11:not closed:tr;<table> in <table>)
1836 wakaba 1.165 ok 1482
1837     ok 1483
1838     ok 1484
1839     ok 1485
1840     ok 1486
1841     ok 1487
1842     ok 1488
1843 wakaba 1.169 not ok 1489
1844     # Test 1489 got: "2" (t/HTML-tree.t at line 160 fail #745)
1845     # Expected: "1" (Parse error: qq'</select><option>'; 1:10:unmatched end tag:select, 1:17:not closed:option;</select> in <select>.innerHTML)
1846 wakaba 1.165 ok 1490
1847     ok 1491
1848     ok 1492
1849 wakaba 1.169 not ok 1493
1850     # Test 1493 got: "3" (t/HTML-tree.t at line 160 fail #747)
1851     # Expected: "2" (Parse error: qq'<select><option>'; 1:9:not closed:select, 1:9:unmatched end tag:select, 1:16:not closed:option;<select> in <select> - treated as if </select>, </select> in <select>.innerHTML)
1852 wakaba 1.165 ok 1494
1853     ok 1495
1854     ok 1496
1855     ok 1497
1856     ok 1498
1857     ok 1499
1858     ok 1500
1859     ok 1501
1860     ok 1502
1861 wakaba 1.166 ok 1503
1862     ok 1504
1863     ok 1505
1864     ok 1506
1865     ok 1507
1866     ok 1508
1867     ok 1509
1868     ok 1510
1869     ok 1511
1870     ok 1512
1871     ok 1513
1872     ok 1514
1873     ok 1515
1874     ok 1516
1875     ok 1517
1876     ok 1518
1877     ok 1519
1878     ok 1520
1879 wakaba 1.169 not ok 1521
1880     # Test 1521 got: "1" (t/HTML-tree.t at line 160 fail #761)
1881     # Expected: "0" (Parse error: qq'<option>'; 1:8:not closed:option;)
1882 wakaba 1.166 ok 1522
1883 wakaba 1.169 not ok 1523
1884     # Test 1523 got: "1" (t/HTML-tree.t at line 160 fail #762)
1885     # Expected: "0" (Parse error: qq'<optgroup>'; 1:10:not closed:optgroup;)
1886 wakaba 1.166 ok 1524
1887 wakaba 1.169 not ok 1525
1888     # Test 1525 got: "2" (t/HTML-tree.t at line 160 fail #763)
1889     # Expected: "1" (Parse error: qq'</tr><option>a'; 1:6:in select:/tr, 1:14:not closed:option;</tr> in <select>)
1890 wakaba 1.167 ok 1526
1891     ok 1527
1892     ok 1528
1893     ok 1529
1894     ok 1530
1895     ok 1531
1896     ok 1532
1897     ok 1533
1898     ok 1534
1899     ok 1535
1900     ok 1536
1901     ok 1537
1902     ok 1538
1903     ok 1539
1904     ok 1540
1905     ok 1541
1906     ok 1542
1907     ok 1543
1908     ok 1544
1909     ok 1545
1910     ok 1546
1911 wakaba 1.168 ok 1547
1912     ok 1548
1913     ok 1549
1914     ok 1550
1915     ok 1551
1916     ok 1552
1917     ok 1553
1918     ok 1554
1919     ok 1555
1920     ok 1556
1921     ok 1557
1922     ok 1558
1923     ok 1559
1924     ok 1560
1925     ok 1561
1926     ok 1562
1927     ok 1563
1928     ok 1564
1929     ok 1565
1930     ok 1566
1931     ok 1567
1932     ok 1568
1933     ok 1569
1934     ok 1570
1935     ok 1571
1936     ok 1572
1937     ok 1573
1938     ok 1574
1939     ok 1575
1940     ok 1576
1941     ok 1577
1942     ok 1578
1943     ok 1579
1944     ok 1580
1945     ok 1581
1946     ok 1582
1947 wakaba 1.169 ok 1583
1948     ok 1584
1949     ok 1585
1950     ok 1586
1951     ok 1587
1952     ok 1588
1953     ok 1589
1954     ok 1590
1955     ok 1591
1956     ok 1592
1957     ok 1593
1958     ok 1594
1959     ok 1595
1960     ok 1596
1961     ok 1597
1962     ok 1598
1963     ok 1599
1964     ok 1600
1965     ok 1601
1966     ok 1602
1967     ok 1603
1968     ok 1604
1969     ok 1605
1970     ok 1606
1971     ok 1607
1972     ok 1608
1973     ok 1609
1974     ok 1610
1975     ok 1611
1976     ok 1612
1977     ok 1613
1978     ok 1614
1979     ok 1615
1980     ok 1616
1981     ok 1617
1982     ok 1618
1983     ok 1619
1984     ok 1620
1985     ok 1621
1986     ok 1622
1987     ok 1623
1988     ok 1624
1989     ok 1625
1990     ok 1626

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24