/[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.165 - (hide annotations) (download)
Sat Mar 8 13:45:45 2008 UTC (17 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.164: +90 -60 lines
File MIME type: text/plain
++ whatpm/t/ChangeLog	8 Mar 2008 13:37:12 -0000
	* tree-test-1.dat, tree-test-2.dat: Tests on \u000A at
	the first of <textarea>, <pre>, and <listing> are
	added (c.f. HTML5 revision 1330).

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

++ whatpm/Whatpm/ChangeLog	8 Mar 2008 13:37:51 -0000
	* HTML.pm.src: Ignore U+000A at the beginning of a |listing|
	element (HTML5 revision 1330).

2008-03-08  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.165 # Current time local: Sat Mar 8 22:42:26 2008
4     # Current time GMT: Sat Mar 8 13:42:26 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.164 not ok 623
945     # Test 623 got: "0" (t/HTML-tree.t at line 160 fail #312)
946     # Expected: "1" (Parse error: qq'<!DOCTYPE HTML><html><head></head><body><title class="a"></title></body></html>'; ;title in body)
947     not ok 624
948     # Test 624 got: "| <!DOCTYPE HTML>\n| <html>\n| <head>\n| <body>\n| <title>\n| class=\"a\"\n" (t/HTML-tree.t at line 162 fail #312)
949     # Expected: "| <!DOCTYPE HTML>\n| <html>\n| <head>\n| <title>\n| class=\"a\"\n| <body>\n" (Document tree: qq'<!DOCTYPE HTML><html><head></head><body><title class="a"></title></body></html>')
950     # Got 1 extra line at line 4:
951     # + "| <body>\n"
952     # Line 7 is missing:
953     # - "| <body>\n"
954     not ok 625
955     # Test 625 got: "1" (t/HTML-tree.t at line 160 fail #313)
956     # Expected: "2" (Parse error: qq'<!DOCTYPE HTML><html><head></head><body></body><title class="a"></title></html>'; 1:65:after body:title;data after body, title in body)
957     not ok 626
958     # Test 626 got: "| <!DOCTYPE HTML>\n| <html>\n| <head>\n| <body>\n| <title>\n| class=\"a\"\n" (t/HTML-tree.t at line 162 fail #313)
959     # Expected: "| <!DOCTYPE HTML>\n| <html>\n| <head>\n| <title>\n| class=\"a\"\n| <body>\n" (Document tree: qq'<!DOCTYPE HTML><html><head></head><body></body><title class="a"></title></html>')
960     # Got 1 extra line at line 4:
961     # + "| <body>\n"
962     # Line 7 is missing:
963     # - "| <body>\n"
964 wakaba 1.35 ok 627
965     ok 628
966     ok 629
967     ok 630
968     ok 631
969     ok 632
970 wakaba 1.38 ok 633
971     ok 634
972     ok 635
973     ok 636
974 wakaba 1.78 ok 637
975 wakaba 1.38 ok 638
976     ok 639
977     ok 640
978 wakaba 1.41 ok 641
979     ok 642
980     ok 643
981     ok 644
982     ok 645
983     ok 646
984     ok 647
985     ok 648
986     ok 649
987     ok 650
988     ok 651
989     ok 652
990     ok 653
991     ok 654
992     ok 655
993     ok 656
994     ok 657
995     ok 658
996     ok 659
997     ok 660
998     ok 661
999     ok 662
1000     ok 663
1001     ok 664
1002     ok 665
1003     ok 666
1004     ok 667
1005     ok 668
1006     ok 669
1007     ok 670
1008 wakaba 1.90 ok 671
1009 wakaba 1.41 ok 672
1010 wakaba 1.90 ok 673
1011 wakaba 1.41 ok 674
1012 wakaba 1.90 ok 675
1013 wakaba 1.41 ok 676
1014 wakaba 1.150 ok 677
1015 wakaba 1.41 ok 678
1016 wakaba 1.150 ok 679
1017 wakaba 1.41 ok 680
1018 wakaba 1.150 ok 681
1019 wakaba 1.41 ok 682
1020 wakaba 1.150 ok 683
1021 wakaba 1.41 ok 684
1022 wakaba 1.150 ok 685
1023 wakaba 1.41 ok 686
1024 wakaba 1.150 ok 687
1025 wakaba 1.41 ok 688
1026 wakaba 1.150 ok 689
1027 wakaba 1.41 ok 690
1028 wakaba 1.150 ok 691
1029 wakaba 1.41 ok 692
1030 wakaba 1.150 ok 693
1031 wakaba 1.41 ok 694
1032     ok 695
1033     ok 696
1034     ok 697
1035     ok 698
1036     ok 699
1037     ok 700
1038 wakaba 1.90 ok 701
1039 wakaba 1.41 ok 702
1040     ok 703
1041     ok 704
1042     ok 705
1043     ok 706
1044 wakaba 1.150 ok 707
1045 wakaba 1.41 ok 708
1046     ok 709
1047     ok 710
1048     ok 711
1049     ok 712
1050     ok 713
1051     ok 714
1052 wakaba 1.42 ok 715
1053     ok 716
1054     ok 717
1055     ok 718
1056     ok 719
1057     ok 720
1058     ok 721
1059     ok 722
1060     ok 723
1061     ok 724
1062     ok 725
1063     ok 726
1064     ok 727
1065     ok 728
1066     ok 729
1067     ok 730
1068     ok 731
1069     ok 732
1070     ok 733
1071     ok 734
1072     ok 735
1073     ok 736
1074     ok 737
1075     ok 738
1076     ok 739
1077     ok 740
1078     ok 741
1079     ok 742
1080     ok 743
1081     ok 744
1082 wakaba 1.43 ok 745
1083     ok 746
1084     ok 747
1085     ok 748
1086     ok 749
1087     ok 750
1088     ok 751
1089     ok 752
1090     ok 753
1091     ok 754
1092     ok 755
1093     ok 756
1094     ok 757
1095     ok 758
1096     ok 759
1097     ok 760
1098     ok 761
1099     ok 762
1100     ok 763
1101     ok 764
1102     ok 765
1103     ok 766
1104     ok 767
1105     ok 768
1106     ok 769
1107     ok 770
1108     ok 771
1109     ok 772
1110     ok 773
1111     ok 774
1112 wakaba 1.49 ok 775
1113     ok 776
1114     ok 777
1115     ok 778
1116     ok 779
1117     ok 780
1118     ok 781
1119     ok 782
1120     ok 783
1121     ok 784
1122     ok 785
1123     ok 786
1124 wakaba 1.154 ok 787
1125 wakaba 1.49 ok 788
1126 wakaba 1.160 ok 789
1127 wakaba 1.49 ok 790
1128 wakaba 1.160 ok 791
1129 wakaba 1.49 ok 792
1130 wakaba 1.160 ok 793
1131 wakaba 1.49 ok 794
1132 wakaba 1.160 ok 795
1133 wakaba 1.154 ok 796
1134 wakaba 1.160 ok 797
1135 wakaba 1.49 ok 798
1136 wakaba 1.160 not ok 799
1137     # Test 799 got: "2" (t/HTML-tree.t at line 160 fail #400)
1138     # Expected: "1" (Parse error: qq'<!DOCTYPE HTML><ul></body>'; 1:26:not closed:ul, 1:26:not closed:ul;ul not closed)
1139 wakaba 1.49 ok 800
1140 wakaba 1.160 not ok 801
1141     # Test 801 got: "2" (t/HTML-tree.t at line 160 fail #401)
1142     # Expected: "1" (Parse error: qq'<!DOCTYPE HTML><ul><li></body>'; 1:30:not closed:ul, 1:30:not closed:ul;ul not closed)
1143 wakaba 1.49 ok 802
1144 wakaba 1.160 not ok 803
1145     # Test 803 got: "2" (t/HTML-tree.t at line 160 fail #402)
1146     # Expected: "1" (Parse error: qq'<!DOCTYPE HTML><dl></body>'; 1:26:not closed:dl, 1:26:not closed:dl;dl not closed)
1147 wakaba 1.49 ok 804
1148 wakaba 1.160 not ok 805
1149     # Test 805 got: "2" (t/HTML-tree.t at line 160 fail #403)
1150     # Expected: "1" (Parse error: qq'<!DOCTYPE HTML><dl><dt></body>'; 1:30:not closed:dl, 1:30:not closed:dl;dl not closed)
1151 wakaba 1.49 ok 806
1152 wakaba 1.160 not ok 807
1153     # Test 807 got: "2" (t/HTML-tree.t at line 160 fail #404)
1154     # Expected: "1" (Parse error: qq'<!DOCTYPE HTML><dl><dd></body>'; 1:30:not closed:dl, 1:30:not closed:dl;dl not closed)
1155 wakaba 1.50 ok 808
1156     ok 809
1157     ok 810
1158     ok 811
1159     ok 812
1160     ok 813
1161     ok 814
1162     ok 815
1163     ok 816
1164     ok 817
1165     ok 818
1166     ok 819
1167     ok 820
1168     ok 821
1169     ok 822
1170     ok 823
1171     ok 824
1172     ok 825
1173     ok 826
1174     ok 827
1175     ok 828
1176     ok 829
1177     ok 830
1178 wakaba 1.164 ok 831
1179 wakaba 1.50 ok 832
1180     ok 833
1181     ok 834
1182     ok 835
1183     ok 836
1184 wakaba 1.163 not ok 837
1185     # Test 837 got: "4" (t/HTML-tree.t at line 160 fail #419)
1186     # 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>)
1187 wakaba 1.50 ok 838
1188     ok 839
1189     ok 840
1190     ok 841
1191     ok 842
1192     ok 843
1193     ok 844
1194     ok 845
1195     ok 846
1196     ok 847
1197     ok 848
1198     ok 849
1199     ok 850
1200     ok 851
1201     ok 852
1202     ok 853
1203     ok 854
1204     ok 855
1205     ok 856
1206     ok 857
1207     ok 858
1208     ok 859
1209     ok 860
1210     ok 861
1211     ok 862
1212     ok 863
1213     ok 864
1214     ok 865
1215     ok 866
1216     ok 867
1217     ok 868
1218     ok 869
1219     ok 870
1220     ok 871
1221     ok 872
1222     ok 873
1223     ok 874
1224     ok 875
1225     ok 876
1226     ok 877
1227     ok 878
1228     ok 879
1229     ok 880
1230     ok 881
1231     ok 882
1232     ok 883
1233     ok 884
1234     ok 885
1235     ok 886
1236     ok 887
1237     ok 888
1238     ok 889
1239     ok 890
1240     ok 891
1241     ok 892
1242     ok 893
1243     ok 894
1244 wakaba 1.52 ok 895
1245     ok 896
1246     ok 897
1247     ok 898
1248     ok 899
1249     ok 900
1250     ok 901
1251     ok 902
1252     ok 903
1253     ok 904
1254     ok 905
1255     ok 906
1256     ok 907
1257     ok 908
1258 wakaba 1.53 ok 909
1259     ok 910
1260     ok 911
1261     ok 912
1262     ok 913
1263     ok 914
1264     ok 915
1265     ok 916
1266     ok 917
1267     ok 918
1268     ok 919
1269     ok 920
1270     ok 921
1271     ok 922
1272     ok 923
1273     ok 924
1274     ok 925
1275     ok 926
1276     ok 927
1277     ok 928
1278     ok 929
1279     ok 930
1280     ok 931
1281     ok 932
1282     ok 933
1283     ok 934
1284     ok 935
1285     ok 936
1286     ok 937
1287     ok 938
1288     ok 939
1289     ok 940
1290     ok 941
1291     ok 942
1292     ok 943
1293     ok 944
1294     ok 945
1295     ok 946
1296     ok 947
1297     ok 948
1298     ok 949
1299     ok 950
1300     ok 951
1301     ok 952
1302     ok 953
1303     ok 954
1304     ok 955
1305     ok 956
1306     ok 957
1307     ok 958
1308     ok 959
1309     ok 960
1310     ok 961
1311     ok 962
1312     ok 963
1313     ok 964
1314 wakaba 1.54 ok 965
1315     ok 966
1316     ok 967
1317     ok 968
1318     ok 969
1319     ok 970
1320 wakaba 1.72 ok 971
1321     ok 972
1322     ok 973
1323     ok 974
1324     ok 975
1325     ok 976
1326     ok 977
1327     ok 978
1328     ok 979
1329     ok 980
1330 wakaba 1.74 ok 981
1331     ok 982
1332     ok 983
1333     ok 984
1334 wakaba 1.76 ok 985
1335     ok 986
1336     ok 987
1337     ok 988
1338     ok 989
1339     ok 990
1340     ok 991
1341     ok 992
1342     ok 993
1343     ok 994
1344     ok 995
1345     ok 996
1346 wakaba 1.78 ok 997
1347     ok 998
1348     ok 999
1349     ok 1000
1350     ok 1001
1351     ok 1002
1352     ok 1003
1353     ok 1004
1354     ok 1005
1355     ok 1006
1356     ok 1007
1357     ok 1008
1358     ok 1009
1359     ok 1010
1360     ok 1011
1361     ok 1012
1362     ok 1013
1363     ok 1014
1364     ok 1015
1365     ok 1016
1366     ok 1017
1367     ok 1018
1368     ok 1019
1369     ok 1020
1370     ok 1021
1371     ok 1022
1372     ok 1023
1373     ok 1024
1374     ok 1025
1375     ok 1026
1376     ok 1027
1377     ok 1028
1378     ok 1029
1379     ok 1030
1380     ok 1031
1381     ok 1032
1382     ok 1033
1383     ok 1034
1384     ok 1035
1385     ok 1036
1386     ok 1037
1387     ok 1038
1388     ok 1039
1389     ok 1040
1390     ok 1041
1391     ok 1042
1392     ok 1043
1393     ok 1044
1394     ok 1045
1395     ok 1046
1396     ok 1047
1397     ok 1048
1398     ok 1049
1399     ok 1050
1400     ok 1051
1401     ok 1052
1402     ok 1053
1403     ok 1054
1404     ok 1055
1405     ok 1056
1406     ok 1057
1407     ok 1058
1408     ok 1059
1409     ok 1060
1410 wakaba 1.81 ok 1061
1411     ok 1062
1412 wakaba 1.90 ok 1063
1413     ok 1064
1414     ok 1065
1415     ok 1066
1416     ok 1067
1417     ok 1068
1418 wakaba 1.103 ok 1069
1419     ok 1070
1420     ok 1071
1421     ok 1072
1422 wakaba 1.150 ok 1073
1423     ok 1074
1424     ok 1075
1425     ok 1076
1426     ok 1077
1427     ok 1078
1428     ok 1079
1429     ok 1080
1430     ok 1081
1431     ok 1082
1432     ok 1083
1433     ok 1084
1434     ok 1085
1435     ok 1086
1436     ok 1087
1437     ok 1088
1438     ok 1089
1439     ok 1090
1440     ok 1091
1441     ok 1092
1442     ok 1093
1443     ok 1094
1444     ok 1095
1445     ok 1096
1446     ok 1097
1447     ok 1098
1448     ok 1099
1449     ok 1100
1450     ok 1101
1451     ok 1102
1452     ok 1103
1453     ok 1104
1454     ok 1105
1455     ok 1106
1456     ok 1107
1457     ok 1108
1458 wakaba 1.154 ok 1109
1459 wakaba 1.150 ok 1110
1460 wakaba 1.160 ok 1111
1461 wakaba 1.150 ok 1112
1462 wakaba 1.160 ok 1113
1463 wakaba 1.150 ok 1114
1464 wakaba 1.160 ok 1115
1465 wakaba 1.154 ok 1116
1466 wakaba 1.160 ok 1117
1467 wakaba 1.150 ok 1118
1468     ok 1119
1469     ok 1120
1470 wakaba 1.163 ok 1121
1471 wakaba 1.150 ok 1122
1472 wakaba 1.163 ok 1123
1473 wakaba 1.150 ok 1124
1474 wakaba 1.163 ok 1125
1475 wakaba 1.150 ok 1126
1476 wakaba 1.163 ok 1127
1477 wakaba 1.150 ok 1128
1478     ok 1129
1479     ok 1130
1480     ok 1131
1481     ok 1132
1482     ok 1133
1483     ok 1134
1484     ok 1135
1485     ok 1136
1486     ok 1137
1487     ok 1138
1488     ok 1139
1489     ok 1140
1490     ok 1141
1491     ok 1142
1492     ok 1143
1493     ok 1144
1494     ok 1145
1495     ok 1146
1496     ok 1147
1497     ok 1148
1498 wakaba 1.164 ok 1149
1499 wakaba 1.150 ok 1150
1500 wakaba 1.165 ok 1151
1501 wakaba 1.150 ok 1152
1502 wakaba 1.165 ok 1153
1503 wakaba 1.150 ok 1154
1504 wakaba 1.165 ok 1155
1505 wakaba 1.164 ok 1156
1506 wakaba 1.165 ok 1157
1507 wakaba 1.150 ok 1158
1508     ok 1159
1509     ok 1160
1510     ok 1161
1511     ok 1162
1512 wakaba 1.165 not ok 1163
1513     # Test 1163 got: "3" (t/HTML-tree.t at line 160 fail #582)
1514     # 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)
1515 wakaba 1.150 ok 1164
1516 wakaba 1.165 not ok 1165
1517     # Test 1165 got: "3" (t/HTML-tree.t at line 160 fail #583)
1518     # 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)
1519 wakaba 1.150 ok 1166
1520 wakaba 1.165 not ok 1167
1521     # Test 1167 got: "3" (t/HTML-tree.t at line 160 fail #584)
1522     # 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)
1523 wakaba 1.150 ok 1168
1524 wakaba 1.165 not ok 1169
1525     # Test 1169 got: "3" (t/HTML-tree.t at line 160 fail #585)
1526     # 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)
1527 wakaba 1.150 ok 1170
1528 wakaba 1.154 ok 1171
1529     ok 1172
1530 wakaba 1.160 ok 1173
1531 wakaba 1.150 ok 1174
1532     ok 1175
1533     ok 1176
1534     ok 1177
1535     ok 1178
1536     ok 1179
1537     ok 1180
1538 wakaba 1.163 ok 1181
1539 wakaba 1.150 ok 1182
1540 wakaba 1.163 ok 1183
1541 wakaba 1.150 ok 1184
1542     ok 1185
1543     ok 1186
1544     ok 1187
1545     ok 1188
1546     ok 1189
1547     ok 1190
1548 wakaba 1.164 ok 1191
1549     ok 1192
1550 wakaba 1.165 ok 1193
1551 wakaba 1.150 ok 1194
1552     ok 1195
1553     ok 1196
1554     ok 1197
1555     ok 1198
1556     ok 1199
1557     ok 1200
1558     ok 1201
1559     ok 1202
1560     ok 1203
1561     ok 1204
1562 wakaba 1.165 not ok 1205
1563     # Test 1205 got: "3" (t/HTML-tree.t at line 160 fail #603)
1564     # 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>)
1565 wakaba 1.150 ok 1206
1566     ok 1207
1567     ok 1208
1568 wakaba 1.164 ok 1209
1569 wakaba 1.150 ok 1210
1570 wakaba 1.165 ok 1211
1571 wakaba 1.164 ok 1212
1572 wakaba 1.165 ok 1213
1573 wakaba 1.150 ok 1214
1574     ok 1215
1575     ok 1216
1576     ok 1217
1577     ok 1218
1578     ok 1219
1579     ok 1220
1580     ok 1221
1581     ok 1222
1582 wakaba 1.165 not ok 1223
1583     # Test 1223 got: "3" (t/HTML-tree.t at line 160 fail #612)
1584     # 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)
1585 wakaba 1.150 ok 1224
1586 wakaba 1.165 not ok 1225
1587     # Test 1225 got: "4" (t/HTML-tree.t at line 160 fail #613)
1588     # 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)
1589 wakaba 1.150 ok 1226
1590     ok 1227
1591     ok 1228
1592     ok 1229
1593     ok 1230
1594     ok 1231
1595     ok 1232
1596     ok 1233
1597     ok 1234
1598     ok 1235
1599     ok 1236
1600     ok 1237
1601     ok 1238
1602     ok 1239
1603     ok 1240
1604     ok 1241
1605     ok 1242
1606     ok 1243
1607     ok 1244
1608     ok 1245
1609     ok 1246
1610     ok 1247
1611     ok 1248
1612     ok 1249
1613     ok 1250
1614     ok 1251
1615     ok 1252
1616     ok 1253
1617     ok 1254
1618     ok 1255
1619     ok 1256
1620     ok 1257
1621     ok 1258
1622     ok 1259
1623     ok 1260
1624     ok 1261
1625     ok 1262
1626     ok 1263
1627     ok 1264
1628     ok 1265
1629     ok 1266
1630     ok 1267
1631     ok 1268
1632     ok 1269
1633     ok 1270
1634     ok 1271
1635     ok 1272
1636     ok 1273
1637     ok 1274
1638     ok 1275
1639     ok 1276
1640     ok 1277
1641     ok 1278
1642     ok 1279
1643     ok 1280
1644     ok 1281
1645     ok 1282
1646     ok 1283
1647     ok 1284
1648     ok 1285
1649     ok 1286
1650     ok 1287
1651     ok 1288
1652     ok 1289
1653     ok 1290
1654     ok 1291
1655     ok 1292
1656     ok 1293
1657     ok 1294
1658 wakaba 1.165 # t/tree-test-2.dat
1659 wakaba 1.150 ok 1295
1660     ok 1296
1661     ok 1297
1662     ok 1298
1663     ok 1299
1664     ok 1300
1665     ok 1301
1666     ok 1302
1667     ok 1303
1668     ok 1304
1669     ok 1305
1670     ok 1306
1671 wakaba 1.154 ok 1307
1672     ok 1308
1673 wakaba 1.160 ok 1309
1674 wakaba 1.150 ok 1310
1675 wakaba 1.154 ok 1311
1676 wakaba 1.150 ok 1312
1677 wakaba 1.160 ok 1313
1678 wakaba 1.154 ok 1314
1679 wakaba 1.160 ok 1315
1680 wakaba 1.150 ok 1316
1681     ok 1317
1682     ok 1318
1683 wakaba 1.163 ok 1319
1684 wakaba 1.150 ok 1320
1685 wakaba 1.154 ok 1321
1686     ok 1322
1687 wakaba 1.163 ok 1323
1688 wakaba 1.150 ok 1324
1689 wakaba 1.163 ok 1325
1690 wakaba 1.154 ok 1326
1691 wakaba 1.160 ok 1327
1692 wakaba 1.150 ok 1328
1693     ok 1329
1694     ok 1330
1695     ok 1331
1696     ok 1332
1697 wakaba 1.163 ok 1333
1698 wakaba 1.150 ok 1334
1699     ok 1335
1700     ok 1336
1701 wakaba 1.163 ok 1337
1702 wakaba 1.150 ok 1338
1703     ok 1339
1704     ok 1340
1705     ok 1341
1706     ok 1342
1707     ok 1343
1708     ok 1344
1709     ok 1345
1710     ok 1346
1711 wakaba 1.164 ok 1347
1712     ok 1348
1713 wakaba 1.165 ok 1349
1714 wakaba 1.150 ok 1350
1715 wakaba 1.164 ok 1351
1716 wakaba 1.150 ok 1352
1717 wakaba 1.165 ok 1353
1718 wakaba 1.164 ok 1354
1719 wakaba 1.165 ok 1355
1720 wakaba 1.150 ok 1356
1721 wakaba 1.160 ok 1357
1722 wakaba 1.154 ok 1358
1723 wakaba 1.160 ok 1359
1724 wakaba 1.150 ok 1360
1725 wakaba 1.165 not ok 1361
1726     # Test 1361 got: "2" (t/HTML-tree.t at line 160 fail #681)
1727     # Expected: "1" (Parse error: qq'</table><td>'; 1:9:unmatched end tag:4, 1:12:not closed:td;</table> in <tr>.innerHTML)
1728 wakaba 1.164 ok 1362
1729 wakaba 1.165 ok 1363
1730 wakaba 1.150 ok 1364
1731 wakaba 1.165 not ok 1365
1732     # Test 1365 got: "2" (t/HTML-tree.t at line 160 fail #683)
1733     # Expected: "1" (Parse error: qq'<table>'; 1:7:not closed:html, 1:7:unmatched end tag:table;<table> in <table>)
1734 wakaba 1.164 ok 1366
1735     not ok 1367
1736     # Test 1367 got: "3" (t/HTML-tree.t at line 160 fail #684)
1737 wakaba 1.165 # 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>)
1738 wakaba 1.150 ok 1368
1739 wakaba 1.163 ok 1369
1740 wakaba 1.150 ok 1370
1741     ok 1371
1742     ok 1372
1743     ok 1373
1744     ok 1374
1745 wakaba 1.165 not ok 1375
1746     # Test 1375 got: "2" (t/HTML-tree.t at line 160 fail #688)
1747     # Expected: "1" (Parse error: qq'</select><option>'; 1:10:unmatched end tag:select, 1:17:not closed:option;</select> in <select>.innerHTML)
1748 wakaba 1.150 ok 1376
1749     ok 1377
1750     ok 1378
1751 wakaba 1.165 not ok 1379
1752     # Test 1379 got: "3" (t/HTML-tree.t at line 160 fail #690)
1753     # 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)
1754 wakaba 1.150 ok 1380
1755     ok 1381
1756     ok 1382
1757     ok 1383
1758     ok 1384
1759     ok 1385
1760     ok 1386
1761     ok 1387
1762     ok 1388
1763     ok 1389
1764     ok 1390
1765     ok 1391
1766     ok 1392
1767 wakaba 1.164 ok 1393
1768 wakaba 1.150 ok 1394
1769 wakaba 1.165 ok 1395
1770 wakaba 1.150 ok 1396
1771 wakaba 1.165 ok 1397
1772 wakaba 1.164 ok 1398
1773 wakaba 1.165 ok 1399
1774 wakaba 1.150 ok 1400
1775     ok 1401
1776     ok 1402
1777     ok 1403
1778     ok 1404
1779     ok 1405
1780     ok 1406
1781 wakaba 1.165 not ok 1407
1782     # Test 1407 got: "1" (t/HTML-tree.t at line 160 fail #704)
1783     # Expected: "0" (Parse error: qq'<option>'; 1:8:not closed:option;)
1784 wakaba 1.150 ok 1408
1785 wakaba 1.165 not ok 1409
1786     # Test 1409 got: "1" (t/HTML-tree.t at line 160 fail #705)
1787     # Expected: "0" (Parse error: qq'<optgroup>'; 1:10:not closed:optgroup;)
1788 wakaba 1.150 ok 1410
1789 wakaba 1.165 not ok 1411
1790     # Test 1411 got: "2" (t/HTML-tree.t at line 160 fail #706)
1791     # Expected: "1" (Parse error: qq'</tr><option>a'; 1:6:unmatched end tag:tr, 1:14:not closed:option;</tr> in <select>)
1792 wakaba 1.150 ok 1412
1793     ok 1413
1794     ok 1414
1795     ok 1415
1796     ok 1416
1797     ok 1417
1798     ok 1418
1799     ok 1419
1800     ok 1420
1801     ok 1421
1802     ok 1422
1803     ok 1423
1804     ok 1424
1805     ok 1425
1806     ok 1426
1807     ok 1427
1808     ok 1428
1809     ok 1429
1810     ok 1430
1811 wakaba 1.154 ok 1431
1812     ok 1432
1813 wakaba 1.160 ok 1433
1814     ok 1434
1815     ok 1435
1816     ok 1436
1817     ok 1437
1818     ok 1438
1819     ok 1439
1820     ok 1440
1821     ok 1441
1822     ok 1442
1823 wakaba 1.163 ok 1443
1824     ok 1444
1825     ok 1445
1826     ok 1446
1827     ok 1447
1828     ok 1448
1829     ok 1449
1830     ok 1450
1831     ok 1451
1832     ok 1452
1833     ok 1453
1834     ok 1454
1835     ok 1455
1836     ok 1456
1837     ok 1457
1838     ok 1458
1839     ok 1459
1840     ok 1460
1841     ok 1461
1842     ok 1462
1843     ok 1463
1844     ok 1464
1845     ok 1465
1846     ok 1466
1847     ok 1467
1848     ok 1468
1849     ok 1469
1850     ok 1470
1851 wakaba 1.164 ok 1471
1852     ok 1472
1853 wakaba 1.165 ok 1473
1854     ok 1474
1855     ok 1475
1856     ok 1476
1857     ok 1477
1858     ok 1478
1859     ok 1479
1860     ok 1480
1861     ok 1481
1862     ok 1482
1863     ok 1483
1864     ok 1484
1865     ok 1485
1866     ok 1486
1867     ok 1487
1868     ok 1488
1869     ok 1489
1870     ok 1490
1871     ok 1491
1872     ok 1492
1873     ok 1493
1874     ok 1494
1875     ok 1495
1876     ok 1496
1877     ok 1497
1878     ok 1498
1879     ok 1499
1880     ok 1500
1881     ok 1501
1882     ok 1502

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24