/[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.152 - (hide annotations) (download)
Thu Mar 6 15:56:52 2008 UTC (17 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.151: +50 -30 lines
File MIME type: text/plain
++ whatpm/Whatpm/ChangeLog	6 Mar 2008 15:56:48 -0000
	* HTML.pm.src: Simplified "generate implied end tag" (HTML5
	revision 1320).

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24