/[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.149 - (hide annotations) (download)
Mon Mar 3 13:15:54 2008 UTC (17 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.148: +2 -2 lines
File MIME type: text/plain
++ whatpm/t/ChangeLog	3 Mar 2008 13:15:27 -0000
	* HTML-tokenizer.t: Ignore tree-construction phase and set_inner_html
	checkpoints.

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

++ whatpm/Whatpm/ChangeLog	3 Mar 2008 13:12:15 -0000
	* HTML.pm.src (tree construction and set_inner_html): Checkpoints
	are added.

2008-03-03  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.149 # Current time local: Mon Mar 3 22:11:44 2008
4     # Current time GMT: Mon Mar 3 13:11:44 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.148 # Test 46 got: "| <html>\n" (t/HTML-tree.t at line 160 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.148 # t/HTML-tree.t line 160 is: ok $result, $test->{document},
60 wakaba 1.43 not ok 47
61 wakaba 1.148 # Test 47 got: "2" (t/HTML-tree.t at line 158 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.148 # t/HTML-tree.t line 158 is: join (', ', @errors) . ';' . join (', ', @{$test->{errors}});
64 wakaba 1.43 not ok 48
65 wakaba 1.148 # Test 48 got: "| <html>\n| <head>\n" (t/HTML-tree.t at line 160 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.148 # Test 51 got: "2" (t/HTML-tree.t at line 158 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.148 # Test 52 got: "| <html>\n| <head>\n" (t/HTML-tree.t at line 160 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.148 # Test 54 got: "| <html>\n| <head>\n" (t/HTML-tree.t at line 160 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.148 # Test 72 got: "| <html>\n| <head>\n" (t/HTML-tree.t at line 160 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.148 # Test 101 got: "17" (t/HTML-tree.t at line 158 fail #51)
137 wakaba 1.90 # 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:table;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.1 ok 103
140 wakaba 1.43 ok 104
141     ok 105
142     ok 106
143     ok 107
144     ok 108
145     ok 109
146     ok 110
147     ok 111
148     ok 112
149     ok 113
150     not ok 114
151 wakaba 1.148 # Test 114 got: "| <!-- # -->\n| <html>\n" (t/HTML-tree.t at line 160 fail #57)
152 wakaba 1.53 # Expected: "| <!-- # -->\n| <html>\n| <head>\n| <body>\n" (Document tree: qq'</#')
153 wakaba 1.16 # Lines 3-3 are missing:
154     # - "| <head>\n"
155     # - "| <body>\n"
156 wakaba 1.43 ok 115
157     not ok 116
158 wakaba 1.148 # Test 116 got: "| <!-- ? -->\n| <html>\n" (t/HTML-tree.t at line 160 fail #58)
159 wakaba 1.53 # Expected: "| <!-- ? -->\n| <html>\n| <head>\n| <body>\n" (Document tree: qq'<?')
160 wakaba 1.16 # Lines 3-3 are missing:
161     # - "| <head>\n"
162     # - "| <body>\n"
163 wakaba 1.43 ok 117
164     not ok 118
165 wakaba 1.148 # Test 118 got: "| <!-- ?# -->\n| <html>\n" (t/HTML-tree.t at line 160 fail #59)
166 wakaba 1.53 # Expected: "| <!-- ?# -->\n| <html>\n| <head>\n| <body>\n" (Document tree: qq'<?#')
167 wakaba 1.16 # Lines 3-3 are missing:
168     # - "| <head>\n"
169     # - "| <body>\n"
170 wakaba 1.43 ok 119
171     not ok 120
172 wakaba 1.148 # Test 120 got: "| <!-- -->\n| <html>\n" (t/HTML-tree.t at line 160 fail #60)
173 wakaba 1.53 # Expected: "| <!-- -->\n| <html>\n| <head>\n| <body>\n" (Document tree: qq'<!')
174 wakaba 1.16 # Lines 3-3 are missing:
175     # - "| <head>\n"
176     # - "| <body>\n"
177 wakaba 1.43 ok 121
178     not ok 122
179 wakaba 1.148 # Test 122 got: "| <!-- # -->\n| <html>\n" (t/HTML-tree.t at line 160 fail #61)
180 wakaba 1.53 # Expected: "| <!-- # -->\n| <html>\n| <head>\n| <body>\n" (Document tree: qq'<!#')
181 wakaba 1.16 # Lines 3-3 are missing:
182     # - "| <head>\n"
183     # - "| <body>\n"
184 wakaba 1.43 ok 123
185     not ok 124
186 wakaba 1.148 # Test 124 got: "| <!-- ?COMMENT? -->\n| <html>\n" (t/HTML-tree.t at line 160 fail #62)
187 wakaba 1.53 # Expected: "| <!-- ?COMMENT? -->\n| <html>\n| <head>\n| <body>\n" (Document tree: qq'<?COMMENT?>')
188 wakaba 1.16 # Lines 3-3 are missing:
189     # - "| <head>\n"
190     # - "| <body>\n"
191 wakaba 1.43 ok 125
192     not ok 126
193 wakaba 1.148 # Test 126 got: "| <!-- COMMENT -->\n| <html>\n" (t/HTML-tree.t at line 160 fail #63)
194 wakaba 1.53 # Expected: "| <!-- COMMENT -->\n| <html>\n| <head>\n| <body>\n" (Document tree: qq'<!COMMENT>')
195 wakaba 1.16 # Lines 3-3 are missing:
196     # - "| <head>\n"
197     # - "| <body>\n"
198 wakaba 1.43 ok 127
199     not ok 128
200 wakaba 1.148 # Test 128 got: "| <!-- COMMENT -->\n| <html>\n" (t/HTML-tree.t at line 160 fail #64)
201 wakaba 1.53 # Expected: "| <!-- COMMENT -->\n| <html>\n| <head>\n| <body>\n" (Document tree: qq'</ COMMENT >')
202 wakaba 1.16 # Lines 3-3 are missing:
203     # - "| <head>\n"
204     # - "| <body>\n"
205 wakaba 1.43 ok 129
206     not ok 130
207 wakaba 1.148 # Test 130 got: "| <!-- ?COM--MENT? -->\n| <html>\n" (t/HTML-tree.t at line 160 fail #65)
208 wakaba 1.53 # Expected: "| <!-- ?COM--MENT? -->\n| <html>\n| <head>\n| <body>\n" (Document tree: qq'<?COM--MENT?>')
209 wakaba 1.17 # Lines 3-3 are missing:
210     # - "| <head>\n"
211     # - "| <body>\n"
212 wakaba 1.43 ok 131
213     not ok 132
214 wakaba 1.148 # Test 132 got: "| <!-- COM--MENT -->\n| <html>\n" (t/HTML-tree.t at line 160 fail #66)
215 wakaba 1.53 # Expected: "| <!-- COM--MENT -->\n| <html>\n| <head>\n| <body>\n" (Document tree: qq'<!COM--MENT>')
216 wakaba 1.17 # Lines 3-3 are missing:
217     # - "| <head>\n"
218     # - "| <body>\n"
219 wakaba 1.43 ok 133
220     not ok 134
221 wakaba 1.148 # Test 134 got: "| <!-- COM--MENT -->\n| <html>\n" (t/HTML-tree.t at line 160 fail #67)
222 wakaba 1.53 # Expected: "| <!-- COM--MENT -->\n| <html>\n| <head>\n| <body>\n" (Document tree: qq'</ COM--MENT >')
223 wakaba 1.16 # Lines 3-3 are missing:
224     # - "| <head>\n"
225     # - "| <body>\n"
226 wakaba 1.43 not ok 135
227 wakaba 1.148 # Test 135 got: "2" (t/HTML-tree.t at line 158 fail #68)
228 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).)
229 wakaba 1.43 not ok 136
230 wakaba 1.148 # Test 136 got: "| <!DOCTYPE HTML>\n| <html>\n| <head>\n| <style>\n| \" EOF\"\n" (t/HTML-tree.t at line 160 fail #68)
231 wakaba 1.53 # Expected: "| <!DOCTYPE HTML>\n| <html>\n| <head>\n| <style>\n| \" EOF\"\n| <body>\n" (Document tree: qq'<!DOCTYPE HTML><style> EOF')
232 wakaba 1.16 # Line 6 is missing:
233     # - "| <body>\n"
234 wakaba 1.1 ok 137
235     ok 138
236     ok 139
237     ok 140
238     ok 141
239     ok 142
240     ok 143
241     ok 144
242     ok 145
243     ok 146
244     ok 147
245 wakaba 1.17 ok 148
246 wakaba 1.43 not ok 149
247 wakaba 1.148 # Test 149 got: "3" (t/HTML-tree.t at line 158 fail #75)
248 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.)
249 wakaba 1.17 ok 150
250     ok 151
251 wakaba 1.43 ok 152
252 wakaba 1.1 ok 153
253     ok 154
254 wakaba 1.11 ok 155
255     ok 156
256 wakaba 1.16 ok 157
257 wakaba 1.1 ok 158
258 wakaba 1.11 ok 159
259     ok 160
260 wakaba 1.16 ok 161
261 wakaba 1.43 not ok 162
262 wakaba 1.148 # Test 162 got: "| <html>\n" (t/HTML-tree.t at line 160 fail #81)
263 wakaba 1.53 # Expected: "| <html>\n| <head>\n| <body>\n" (Document tree: qq'')
264 wakaba 1.43 # Lines 2-2 are missing:
265     # - "| <head>\n"
266     # - "| <body>\n"
267 wakaba 1.1 ok 163
268     ok 164
269 wakaba 1.11 ok 165
270     ok 166
271 wakaba 1.16 ok 167
272     ok 168
273     ok 169
274     ok 170
275     ok 171
276     ok 172
277     ok 173
278     ok 174
279     ok 175
280     ok 176
281     ok 177
282     ok 178
283 wakaba 1.17 ok 179
284 wakaba 1.16 ok 180
285     ok 181
286     ok 182
287 wakaba 1.43 ok 183
288 wakaba 1.16 ok 184
289     ok 185
290     ok 186
291 wakaba 1.43 ok 187
292 wakaba 1.16 ok 188
293 wakaba 1.17 ok 189
294     ok 190
295     ok 191
296     ok 192
297     not ok 193
298 wakaba 1.148 # Test 193 got: "10" (t/HTML-tree.t at line 158 fail #97)
299 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.)
300 wakaba 1.43 ok 194
301     ok 195
302     ok 196
303     not ok 197
304 wakaba 1.148 # Test 197 got: "10" (t/HTML-tree.t at line 158 fail #99)
305 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.)
306 wakaba 1.43 ok 198
307     ok 199
308     ok 200
309     ok 201
310     ok 202
311     not ok 203
312 wakaba 1.148 # Test 203 got: "2" (t/HTML-tree.t at line 158 fail #102)
313 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.)
314 wakaba 1.43 not ok 204
315 wakaba 1.148 # Test 204 got: "| <html>\n| <head>\n| <title>\n| \"<meta>\"\n| <link>\n| <title>\n| \"<meta>\"\n" (t/HTML-tree.t at line 160 fail #102)
316 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>')
317 wakaba 1.1 # Line 8 is missing:
318     # - "| <body>\n"
319 wakaba 1.43 not ok 205
320 wakaba 1.148 # Test 205 got: "3" (t/HTML-tree.t at line 158 fail #103)
321 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).)
322 wakaba 1.43 not ok 206
323 wakaba 1.148 # Test 206 got: "| <html>\n| <head>\n| <style>\n| \"<!--</style><meta><script>--><link></script>\"\n" (t/HTML-tree.t at line 160 fail #103)
324 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>')
325 wakaba 1.15 # Line 5 is missing:
326 wakaba 1.1 # - "| <body>\n"
327 wakaba 1.43 ok 207
328     not ok 208
329 wakaba 1.148 # Test 208 got: "| <html>\n| <head>\n| <meta>\n| <link>\n" (t/HTML-tree.t at line 160 fail #104)
330 wakaba 1.53 # Expected: "| <html>\n| <head>\n| <meta>\n| <link>\n| <body>\n" (Document tree: qq'<head><meta></head><link>')
331 wakaba 1.1 # Line 5 is missing:
332     # - "| <body>\n"
333 wakaba 1.17 ok 209
334 wakaba 1.35 ok 210
335 wakaba 1.26 ok 211
336     ok 212
337 wakaba 1.17 ok 213
338     ok 214
339     ok 215
340     ok 216
341 wakaba 1.25 ok 217
342     ok 218
343 wakaba 1.1 ok 219
344     ok 220
345     ok 221
346 wakaba 1.11 ok 222
347     ok 223
348 wakaba 1.35 ok 224
349 wakaba 1.16 ok 225
350     ok 226
351 wakaba 1.1 ok 227
352 wakaba 1.35 ok 228
353 wakaba 1.1 ok 229
354     ok 230
355 wakaba 1.17 ok 231
356 wakaba 1.1 ok 232
357     ok 233
358     ok 234
359 wakaba 1.43 ok 235
360 wakaba 1.11 ok 236
361 wakaba 1.17 ok 237
362     ok 238
363 wakaba 1.43 ok 239
364 wakaba 1.17 ok 240
365 wakaba 1.43 ok 241
366 wakaba 1.25 ok 242
367 wakaba 1.16 ok 243
368     ok 244
369     ok 245
370 wakaba 1.17 ok 246
371     ok 247
372     ok 248
373     ok 249
374 wakaba 1.35 ok 250
375 wakaba 1.43 ok 251
376 wakaba 1.35 ok 252
377 wakaba 1.16 ok 253
378     ok 254
379 wakaba 1.43 ok 255
380 wakaba 1.16 ok 256
381     ok 257
382     ok 258
383 wakaba 1.17 ok 259
384 wakaba 1.16 ok 260
385     ok 261
386     ok 262
387 wakaba 1.43 ok 263
388 wakaba 1.16 ok 264
389 wakaba 1.43 # t/tree-construction/tests2.dat
390 wakaba 1.17 ok 265
391 wakaba 1.16 ok 266
392 wakaba 1.43 ok 267
393 wakaba 1.17 ok 268
394 wakaba 1.43 ok 269
395 wakaba 1.17 ok 270
396 wakaba 1.21 ok 271
397 wakaba 1.43 ok 272
398     ok 273
399 wakaba 1.16 ok 274
400 wakaba 1.43 not ok 275
401 wakaba 1.148 # Test 275 got: "5" (t/HTML-tree.t at line 158 fail #138)
402 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.)
403 wakaba 1.17 ok 276
404 wakaba 1.43 ok 277
405 wakaba 1.17 ok 278
406 wakaba 1.43 not ok 279
407 wakaba 1.148 # Test 279 got: "1" (t/HTML-tree.t at line 158 fail #140)
408 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.)
409 wakaba 1.43 ok 280
410 wakaba 1.17 ok 281
411 wakaba 1.43 ok 282
412     not ok 283
413 wakaba 1.148 # Test 283 got: "3" (t/HTML-tree.t at line 158 fail #142)
414 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).)
415 wakaba 1.43 not ok 284
416 wakaba 1.148 # Test 284 got: "| <html>\n| <head>\n| <script>\n| \"</x\"\n" (t/HTML-tree.t at line 160 fail #142)
417 wakaba 1.53 # Expected: "| <html>\n| <head>\n| <script>\n| \"</x\"\n| <body>\n" (Document tree: qq'<script></x')
418 wakaba 1.43 # Line 5 is missing:
419 wakaba 1.1 # - "| <body>\n"
420 wakaba 1.17 not ok 285
421 wakaba 1.148 # Test 285 got: "7" (t/HTML-tree.t at line 158 fail #143)
422 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.)
423 wakaba 1.43 ok 286
424     ok 287
425 wakaba 1.16 ok 288
426 wakaba 1.43 not ok 289
427 wakaba 1.148 # Test 289 got: "5" (t/HTML-tree.t at line 158 fail #145)
428 wakaba 1.90 # 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:table;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.)
429 wakaba 1.16 ok 290
430     ok 291
431     ok 292
432     ok 293
433 wakaba 1.43 not ok 294
434 wakaba 1.148 # Test 294 got: "| <html>\n" (t/HTML-tree.t at line 160 fail #147)
435 wakaba 1.53 # Expected: "| <html>\n| <head>\n| <body>\n" (Document tree: qq'</b test')
436 wakaba 1.43 # Lines 2-2 are missing:
437     # - "| <head>\n"
438     # - "| <body>\n"
439 wakaba 1.16 ok 295
440 wakaba 1.17 ok 296
441 wakaba 1.43 not ok 297
442 wakaba 1.148 # Test 297 got: "3" (t/HTML-tree.t at line 158 fail #149)
443 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.)
444 wakaba 1.43 not ok 298
445 wakaba 1.148 # 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 160 fail #149)
446 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')
447 wakaba 1.43 # Line 7 is missing:
448     # - "| <body>\n"
449 wakaba 1.17 ok 299
450 wakaba 1.20 ok 300
451 wakaba 1.17 ok 301
452     ok 302
453     ok 303
454 wakaba 1.20 ok 304
455 wakaba 1.17 ok 305
456 wakaba 1.20 ok 306
457 wakaba 1.17 ok 307
458 wakaba 1.43 ok 308
459 wakaba 1.16 ok 309
460     ok 310
461     ok 311
462     ok 312
463     ok 313
464     ok 314
465     ok 315
466 wakaba 1.17 ok 316
467     ok 317
468     ok 318
469     ok 319
470 wakaba 1.43 ok 320
471 wakaba 1.16 ok 321
472     ok 322
473     ok 323
474     ok 324
475     ok 325
476     ok 326
477     ok 327
478 wakaba 1.17 ok 328
479     ok 329
480     ok 330
481     ok 331
482     not ok 332
483 wakaba 1.148 # Test 332 got: "| <!DOCTYPE HTML>\n| <!-- X -->\n| <html>\n" (t/HTML-tree.t at line 160 fail #166)
484 wakaba 1.53 # Expected: "| <!DOCTYPE HTML>\n| <!-- X -->\n| <html>\n| <head>\n| <body>\n" (Document tree: qq'<!DOCTYPE HTML><!-- X')
485 wakaba 1.43 # Lines 4-4 are missing:
486     # - "| <head>\n"
487     # - "| <body>\n"
488     ok 333
489     ok 334
490     ok 335
491     ok 336
492     ok 337
493     ok 338
494     ok 339
495     ok 340
496     ok 341
497     ok 342
498     ok 343
499     not ok 344
500 wakaba 1.148 # Test 344 got: "| <!DOCTYPE HTML>\n| <!-- XXX - XXX -->\n| <html>\n" (t/HTML-tree.t at line 160 fail #172)
501 wakaba 1.53 # Expected: "| <!DOCTYPE HTML>\n| <!-- XXX - XXX -->\n| <html>\n| <head>\n| <body>\n" (Document tree: qq'<!DOCTYPE HTML><!-- XXX - XXX -->')
502 wakaba 1.1 # Lines 4-4 are missing:
503     # - "| <head>\n"
504     # - "| <body>\n"
505 wakaba 1.43 ok 345
506     not ok 346
507 wakaba 1.148 # Test 346 got: "| <!DOCTYPE HTML>\n| <!-- XXX - XXX -->\n| <html>\n" (t/HTML-tree.t at line 160 fail #173)
508 wakaba 1.53 # Expected: "| <!DOCTYPE HTML>\n| <!-- XXX - XXX -->\n| <html>\n| <head>\n| <body>\n" (Document tree: qq'<!DOCTYPE HTML><!-- XXX - XXX')
509 wakaba 1.1 # Lines 4-4 are missing:
510     # - "| <head>\n"
511     # - "| <body>\n"
512 wakaba 1.43 ok 347
513     not ok 348
514 wakaba 1.148 # Test 348 got: "| <!DOCTYPE HTML>\n| <!-- XXX - XXX - XXX -->\n| <html>\n" (t/HTML-tree.t at line 160 fail #174)
515 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 -->')
516 wakaba 1.1 # Lines 4-4 are missing:
517     # - "| <head>\n"
518     # - "| <body>\n"
519 wakaba 1.17 ok 349
520 wakaba 1.43 ok 350
521     ok 351
522     ok 352
523     ok 353
524     ok 354
525     ok 355
526     ok 356
527     ok 357
528     ok 358
529     ok 359
530     ok 360
531     ok 361
532     not ok 362
533 wakaba 1.148 # Test 362 got: "| <html>\n" (t/HTML-tree.t at line 160 fail #181)
534 wakaba 1.53 # Expected: "| <html>\n| <head>\n| <body>\n" (Document tree: qq' \x{0A} ')
535 wakaba 1.20 # Lines 2-2 are missing:
536 wakaba 1.1 # - "| <head>\n"
537     # - "| <body>\n"
538 wakaba 1.43 ok 363
539     not ok 364
540 wakaba 1.148 # Test 364 got: "| <!DOCTYPE HTML>\n| <html>\n" (t/HTML-tree.t at line 160 fail #182)
541 wakaba 1.53 # Expected: "| <!DOCTYPE HTML>\n| <html>\n| <head>\n| <body>\n" (Document tree: qq'<!DOCTYPE HTML> <html>')
542 wakaba 1.28 # Lines 3-3 are missing:
543 wakaba 1.1 # - "| <head>\n"
544     # - "| <body>\n"
545 wakaba 1.43 ok 365
546     not ok 366
547 wakaba 1.148 # 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 160 fail #183)
548 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>')
549 wakaba 1.1 # Line 11 is missing:
550     # - "| <body>\n"
551 wakaba 1.43 ok 367
552     ok 368
553     not ok 369
554 wakaba 1.148 # Test 369 got: "0" (t/HTML-tree.t at line 158 fail #185)
555 wakaba 1.90 # Expected: "2" (Parse error: qq'<!DOCTYPE HTML>X</body><html id="x">'; ;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.)
556 wakaba 1.43 ok 370
557     not ok 371
558 wakaba 1.148 # Test 371 got: "2" (t/HTML-tree.t at line 158 fail #186)
559 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.)
560 wakaba 1.43 not ok 372
561 wakaba 1.148 # Test 372 got: "| <!DOCTYPE HTML>\n| <html>\n| id=\"x\"\n| <head>\n" (t/HTML-tree.t at line 160 fail #186)
562 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>')
563 wakaba 1.1 # Line 5 is missing:
564     # - "| <body>\n"
565 wakaba 1.43 ok 373
566     ok 374
567     ok 375
568     ok 376
569     ok 377
570     ok 378
571     ok 379
572     ok 380
573     ok 381
574     not ok 382
575 wakaba 1.148 # Test 382 got: "| <!DOCTYPE HTML>\n| <!-- x -->\n| <html>\n" (t/HTML-tree.t at line 160 fail #191)
576 wakaba 1.53 # Expected: "| <!DOCTYPE HTML>\n| <!-- x -->\n| <html>\n| <head>\n| <body>\n" (Document tree: qq'<!DOCTYPE HTML><!--x--')
577 wakaba 1.1 # Lines 4-4 are missing:
578     # - "| <head>\n"
579     # - "| <body>\n"
580 wakaba 1.43 ok 383
581     ok 384
582 wakaba 1.16 # t/tree-construction/tests3.dat
583 wakaba 1.43 ok 385
584     not ok 386
585 wakaba 1.148 # Test 386 got: "| <html>\n| <head>\n| <style>\n" (t/HTML-tree.t at line 160 fail #193)
586 wakaba 1.53 # Expected: "| <html>\n| <head>\n| <style>\n| <body>\n" (Document tree: qq'<head></head><style></style>')
587 wakaba 1.1 # Line 4 is missing:
588     # - "| <body>\n"
589 wakaba 1.43 ok 387
590     not ok 388
591 wakaba 1.148 # Test 388 got: "| <html>\n| <head>\n| <script>\n" (t/HTML-tree.t at line 160 fail #194)
592 wakaba 1.53 # Expected: "| <html>\n| <head>\n| <script>\n| <body>\n" (Document tree: qq'<head></head><script></script>')
593 wakaba 1.1 # Line 4 is missing:
594     # - "| <body>\n"
595 wakaba 1.43 not ok 389
596 wakaba 1.148 # Test 389 got: "3" (t/HTML-tree.t at line 158 fail #195)
597 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.)
598 wakaba 1.43 not ok 390
599 wakaba 1.148 # Test 390 got: "| <html>\n| <head>\n| <style>\n| <script>\n| <!-- -->\n| <!-- -->\n" (t/HTML-tree.t at line 160 fail #195)
600 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>')
601 wakaba 1.1 # Line 7 is missing:
602     # - "| <body>\n"
603 wakaba 1.43 ok 391
604     ok 392
605     ok 393
606 wakaba 1.20 ok 394
607 wakaba 1.43 ok 395
608 wakaba 1.20 ok 396
609 wakaba 1.43 ok 397
610 wakaba 1.17 ok 398
611 wakaba 1.43 ok 399
612     ok 400
613 wakaba 1.17 ok 401
614 wakaba 1.20 ok 402
615 wakaba 1.17 ok 403
616 wakaba 1.43 ok 404
617 wakaba 1.17 ok 405
618 wakaba 1.20 ok 406
619 wakaba 1.43 ok 407
620 wakaba 1.21 ok 408
621 wakaba 1.43 ok 409
622 wakaba 1.21 ok 410
623 wakaba 1.17 ok 411
624 wakaba 1.15 ok 412
625 wakaba 1.43 not ok 413
626 wakaba 1.148 # Test 413 got: "3" (t/HTML-tree.t at line 158 fail #207)
627 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).)
628 wakaba 1.43 not ok 414
629 wakaba 1.148 # Test 414 got: "| <html>\n| <head>\n| <title>\n| \"foo<span>bar</em><i>baz\"\n" (t/HTML-tree.t at line 160 fail #207)
630 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')
631 wakaba 1.43 # Line 5 is missing:
632     # - "| <body>\n"
633 wakaba 1.21 ok 415
634 wakaba 1.15 ok 416
635 wakaba 1.11 ok 417
636     ok 418
637 wakaba 1.17 ok 419
638     ok 420
639     ok 421
640     ok 422
641 wakaba 1.43 ok 423
642 wakaba 1.17 ok 424
643 wakaba 1.43 ok 425
644     ok 426
645     # t/tree-construction/tests4.dat
646 wakaba 1.16 ok 427
647     ok 428
648     ok 429
649     ok 430
650     ok 431
651     ok 432
652     ok 433
653     ok 434
654     ok 435
655     ok 436
656 wakaba 1.43 not ok 437
657 wakaba 1.148 # Test 437 got: "0" (t/HTML-tree.t at line 158 fail #219)
658 wakaba 1.90 # Expected: "1" (Parse error: qq'setting html\x{27}s innerHTML'; ;Line: 1 Col: 24 Unexpected EOF in inner html mode.)
659 wakaba 1.16 ok 438
660     ok 439
661     ok 440
662 wakaba 1.43 # t/tree-construction/tests5.dat
663     not ok 441
664 wakaba 1.148 # Test 441 got: "3" (t/HTML-tree.t at line 158 fail #221)
665 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).)
666 wakaba 1.43 not ok 442
667 wakaba 1.148 # Test 442 got: "| <html>\n| <head>\n| <style>\n| \" <!-- </style>x\"\n" (t/HTML-tree.t at line 160 fail #221)
668 wakaba 1.53 # Expected: "| <html>\n| <head>\n| <style>\n| \" <!-- </style>x\"\n| <body>\n" (Document tree: qq'<style> <!-- </style>x')
669 wakaba 1.43 # Line 5 is missing:
670     # - "| <body>\n"
671     ok 443
672 wakaba 1.17 ok 444
673 wakaba 1.43 ok 445
674 wakaba 1.23 ok 446
675 wakaba 1.43 ok 447
676 wakaba 1.20 ok 448
677 wakaba 1.43 ok 449
678 wakaba 1.26 ok 450
679 wakaba 1.1 ok 451
680 wakaba 1.21 ok 452
681 wakaba 1.1 ok 453
682 wakaba 1.43 ok 454
683 wakaba 1.1 ok 455
684 wakaba 1.43 ok 456
685 wakaba 1.1 ok 457
686 wakaba 1.21 ok 458
687 wakaba 1.3 ok 459
688 wakaba 1.21 ok 460
689 wakaba 1.3 ok 461
690 wakaba 1.21 ok 462
691 wakaba 1.43 not ok 463
692 wakaba 1.148 # Test 463 got: "2" (t/HTML-tree.t at line 158 fail #232)
693 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.)
694 wakaba 1.43 not ok 464
695 wakaba 1.148 # Test 464 got: "| <html>\n| <head>\n| <title>\n| \"&\"\n" (t/HTML-tree.t at line 160 fail #232)
696 wakaba 1.53 # Expected: "| <html>\n| <head>\n| <title>\n| \"&\"\n| <body>\n" (Document tree: qq'<title>&amp;</title>')
697 wakaba 1.43 # Line 5 is missing:
698     # - "| <body>\n"
699     not ok 465
700 wakaba 1.148 # Test 465 got: "2" (t/HTML-tree.t at line 158 fail #233)
701 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.)
702 wakaba 1.43 not ok 466
703 wakaba 1.148 # Test 466 got: "| <html>\n| <head>\n| <title>\n| \"<!--&amp;-->\"\n" (t/HTML-tree.t at line 160 fail #233)
704 wakaba 1.53 # Expected: "| <html>\n| <head>\n| <title>\n| \"<!--&amp;-->\"\n| <body>\n" (Document tree: qq'<title><!--&amp;--></title>')
705 wakaba 1.43 # Line 5 is missing:
706     # - "| <body>\n"
707     not ok 467
708 wakaba 1.148 # Test 467 got: "3" (t/HTML-tree.t at line 158 fail #234)
709 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).)
710 wakaba 1.43 not ok 468
711 wakaba 1.148 # Test 468 got: "| <html>\n| <head>\n| <title>\n| \"<!--</title>\"\n" (t/HTML-tree.t at line 160 fail #234)
712 wakaba 1.53 # Expected: "| <html>\n| <head>\n| <title>\n| \"<!--</title>\"\n| <body>\n" (Document tree: qq'<title><!--</title>')
713 wakaba 1.43 # Line 5 is missing:
714     # - "| <body>\n"
715     not ok 469
716 wakaba 1.148 # Test 469 got: "2" (t/HTML-tree.t at line 158 fail #235)
717 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.)
718 wakaba 1.43 not ok 470
719 wakaba 1.148 # Test 470 got: "| <html>\n| <head>\n| <noscript>\n| <!-- </noscript> -->\n" (t/HTML-tree.t at line 160 fail #235)
720 wakaba 1.53 # Expected: "| <html>\n| <head>\n| <noscript>\n| \"<!--</noscript>-->\"\n| <body>\n" (Document tree: qq'<noscript><!--</noscript>--></noscript>')
721 wakaba 1.43 # Line 4 is changed:
722     # - "| \"<!--</noscript>-->\"\n"
723     # + "| <!-- </noscript> -->\n"
724     # Line 5 is missing:
725     # - "| <body>\n"
726     # t/tree-construction/tests6.dat
727 wakaba 1.6 ok 471
728 wakaba 1.21 ok 472
729 wakaba 1.8 ok 473
730 wakaba 1.21 ok 474
731 wakaba 1.8 ok 475
732 wakaba 1.21 ok 476
733 wakaba 1.8 ok 477
734 wakaba 1.21 ok 478
735 wakaba 1.43 not ok 479
736 wakaba 1.148 # Test 479 got: "1" (t/HTML-tree.t at line 158 fail #240)
737 wakaba 1.53 # Expected: "0" (Parse error: qq'<!doctype HTml><title>&amp;</title>'; 1:35:not closed:head;)
738 wakaba 1.43 not ok 480
739 wakaba 1.148 # Test 480 got: "| <!DOCTYPE HTml>\n| <html>\n| <head>\n| <title>\n| \"&\"\n" (t/HTML-tree.t at line 160 fail #240)
740 wakaba 1.53 # Expected: "| <!DOCTYPE HTml>\n| <html>\n| <head>\n| <title>\n| \"&\"\n| <body>\n" (Document tree: qq'<!doctype HTml><title>&amp;</title>')
741 wakaba 1.43 # Line 6 is missing:
742     # - "| <body>\n"
743     not ok 481
744 wakaba 1.148 # Test 481 got: "1" (t/HTML-tree.t at line 158 fail #241)
745 wakaba 1.53 # Expected: "0" (Parse error: qq'<!doctype HTml><title><!--&amp;--></title>'; 1:42:not closed:head;)
746 wakaba 1.43 not ok 482
747 wakaba 1.148 # Test 482 got: "| <!DOCTYPE HTml>\n| <html>\n| <head>\n| <title>\n| \"<!--&amp;-->\"\n" (t/HTML-tree.t at line 160 fail #241)
748 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>')
749 wakaba 1.43 # Line 6 is missing:
750     # - "| <body>\n"
751 wakaba 1.8 ok 483
752 wakaba 1.43 not ok 484
753 wakaba 1.148 # Test 484 got: "| <!DOCTYPE >\n| <html>\n" (t/HTML-tree.t at line 160 fail #242)
754 wakaba 1.73 # Expected: "| <!DOCTYPE >\n| <html>\n| <head>\n| <body>\n" (Document tree: qq'<!doctype>')
755 wakaba 1.43 # Lines 3-3 are missing:
756     # - "| <head>\n"
757     # - "| <body>\n"
758 wakaba 1.8 ok 485
759 wakaba 1.43 not ok 486
760 wakaba 1.148 # Test 486 got: "| <!-- -x -->\n| <html>\n" (t/HTML-tree.t at line 160 fail #243)
761 wakaba 1.53 # Expected: "| <!-- -x -->\n| <html>\n| <head>\n| <body>\n" (Document tree: qq'<!---x')
762 wakaba 1.43 # Lines 3-3 are missing:
763     # - "| <head>\n"
764     # - "| <body>\n"
765 wakaba 1.8 ok 487
766     ok 488
767 wakaba 1.76 not ok 489
768 wakaba 1.148 # Test 489 got: "4" (t/HTML-tree.t at line 158 fail #245)
769 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.)
770 wakaba 1.8 ok 490
771     ok 491
772     ok 492
773     ok 493
774     ok 494
775     ok 495
776 wakaba 1.21 ok 496
777 wakaba 1.8 ok 497
778 wakaba 1.78 ok 498
779 wakaba 1.8 ok 499
780 wakaba 1.21 ok 500
781 wakaba 1.8 ok 501
782 wakaba 1.21 ok 502
783 wakaba 1.8 ok 503
784 wakaba 1.21 ok 504
785 wakaba 1.8 ok 505
786 wakaba 1.21 ok 506
787 wakaba 1.8 ok 507
788 wakaba 1.21 ok 508
789 wakaba 1.11 ok 509
790 wakaba 1.21 ok 510
791 wakaba 1.12 ok 511
792 wakaba 1.21 ok 512
793 wakaba 1.12 ok 513
794 wakaba 1.21 ok 514
795 wakaba 1.12 ok 515
796 wakaba 1.21 ok 516
797 wakaba 1.12 ok 517
798 wakaba 1.21 ok 518
799 wakaba 1.12 ok 519
800 wakaba 1.21 ok 520
801 wakaba 1.12 ok 521
802 wakaba 1.21 ok 522
803 wakaba 1.12 ok 523
804 wakaba 1.78 not ok 524
805 wakaba 1.148 # Test 524 got: "| <head>\n| <body>\n| <div>\n" (t/HTML-tree.t at line 160 fail #262)
806 wakaba 1.78 # Expected: "| <div>\n" (Document tree: qq'</table></tbody></tfoot></thead></tr><div>')
807     not ok 525
808 wakaba 1.148 # Test 525 got: "5" (t/HTML-tree.t at line 158 fail #263)
809 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.)
810 wakaba 1.21 ok 526
811 wakaba 1.78 not ok 527
812 wakaba 1.148 # Test 527 got: "3" (t/HTML-tree.t at line 158 fail #264)
813 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.)
814 wakaba 1.21 ok 528
815 wakaba 1.12 ok 529
816 wakaba 1.21 ok 530
817 wakaba 1.14 ok 531
818 wakaba 1.21 ok 532
819 wakaba 1.16 ok 533
820 wakaba 1.21 ok 534
821 wakaba 1.16 ok 535
822 wakaba 1.21 ok 536
823 wakaba 1.16 ok 537
824     ok 538
825     ok 539
826     ok 540
827     ok 541
828     ok 542
829     ok 543
830     ok 544
831     ok 545
832     ok 546
833     ok 547
834     ok 548
835     ok 549
836     ok 550
837     ok 551
838     ok 552
839 wakaba 1.34 ok 553
840 wakaba 1.16 ok 554
841 wakaba 1.34 ok 555
842 wakaba 1.17 ok 556
843 wakaba 1.34 ok 557
844 wakaba 1.17 ok 558
845 wakaba 1.43 ok 559
846 wakaba 1.22 ok 560
847 wakaba 1.78 not ok 561
848 wakaba 1.148 # Test 561 got: "1" (t/HTML-tree.t at line 158 fail #281)
849 wakaba 1.90 # Expected: "2" (Parse error: qq'</table><tr>'; 1:9:unmatched end tag:table;Line: 1 Col: 8 Unexpected end tag (table). Ignored., Line: 1 Col: 12 Expected closing tag. Unexpected end of file.)
850 wakaba 1.22 ok 562
851 wakaba 1.43 ok 563
852 wakaba 1.22 ok 564
853 wakaba 1.90 not ok 565
854 wakaba 1.148 # Test 565 got: "1" (t/HTML-tree.t at line 158 fail #283)
855 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.)
856 wakaba 1.22 ok 566
857 wakaba 1.43 ok 567
858 wakaba 1.22 ok 568
859 wakaba 1.90 # t/tree-test-1.dat
860 wakaba 1.43 ok 569
861 wakaba 1.22 ok 570
862 wakaba 1.43 ok 571
863 wakaba 1.22 ok 572
864 wakaba 1.43 ok 573
865 wakaba 1.22 ok 574
866 wakaba 1.43 ok 575
867 wakaba 1.27 ok 576
868 wakaba 1.31 ok 577
869 wakaba 1.24 ok 578
870     ok 579
871     ok 580
872     ok 581
873     ok 582
874 wakaba 1.34 ok 583
875 wakaba 1.24 ok 584
876     ok 585
877     ok 586
878 wakaba 1.25 ok 587
879 wakaba 1.24 ok 588
880 wakaba 1.49 ok 589
881 wakaba 1.25 ok 590
882 wakaba 1.49 ok 591
883 wakaba 1.25 ok 592
884 wakaba 1.49 ok 593
885 wakaba 1.25 ok 594
886 wakaba 1.76 ok 595
887 wakaba 1.25 ok 596
888 wakaba 1.76 ok 597
889 wakaba 1.25 ok 598
890 wakaba 1.76 ok 599
891 wakaba 1.25 ok 600
892 wakaba 1.76 ok 601
893 wakaba 1.27 ok 602
894 wakaba 1.76 ok 603
895 wakaba 1.27 ok 604
896 wakaba 1.76 ok 605
897 wakaba 1.28 ok 606
898 wakaba 1.78 ok 607
899 wakaba 1.28 ok 608
900 wakaba 1.78 ok 609
901 wakaba 1.28 ok 610
902 wakaba 1.78 ok 611
903 wakaba 1.28 ok 612
904 wakaba 1.78 ok 613
905 wakaba 1.30 ok 614
906 wakaba 1.78 ok 615
907 wakaba 1.30 ok 616
908 wakaba 1.78 ok 617
909 wakaba 1.31 ok 618
910 wakaba 1.78 ok 619
911 wakaba 1.31 ok 620
912 wakaba 1.78 ok 621
913 wakaba 1.34 ok 622
914 wakaba 1.78 ok 623
915 wakaba 1.34 ok 624
916 wakaba 1.76 ok 625
917 wakaba 1.34 ok 626
918 wakaba 1.35 ok 627
919     ok 628
920     ok 629
921     ok 630
922     ok 631
923     ok 632
924 wakaba 1.38 ok 633
925     ok 634
926     ok 635
927     ok 636
928 wakaba 1.78 ok 637
929 wakaba 1.38 ok 638
930     ok 639
931     ok 640
932 wakaba 1.41 ok 641
933     ok 642
934     ok 643
935     ok 644
936     ok 645
937     ok 646
938     ok 647
939     ok 648
940     ok 649
941     ok 650
942     ok 651
943     ok 652
944     ok 653
945     ok 654
946     ok 655
947     ok 656
948     ok 657
949     ok 658
950     ok 659
951     ok 660
952     ok 661
953     ok 662
954     ok 663
955     ok 664
956     ok 665
957     ok 666
958     ok 667
959     ok 668
960     ok 669
961     ok 670
962 wakaba 1.90 ok 671
963 wakaba 1.41 ok 672
964 wakaba 1.90 ok 673
965 wakaba 1.41 ok 674
966 wakaba 1.90 ok 675
967 wakaba 1.41 ok 676
968 wakaba 1.78 not ok 677
969 wakaba 1.148 # Test 677 got: "2" (t/HTML-tree.t at line 158 fail #339)
970 wakaba 1.90 # Expected: "1" (Parse error: qq'<!DOCTYPE HTML><ul></body>'; 1:26:not closed:ul, 1:26:not closed:ul;ul not closed)
971 wakaba 1.41 ok 678
972 wakaba 1.78 not ok 679
973 wakaba 1.148 # Test 679 got: "3" (t/HTML-tree.t at line 158 fail #340)
974 wakaba 1.90 # Expected: "1" (Parse error: qq'<!DOCTYPE HTML><ul><li></body>'; 1:30:not closed:ul, 1:30:after body:/li, 1:30:not closed:ul;ul not closed)
975 wakaba 1.41 ok 680
976 wakaba 1.78 not ok 681
977 wakaba 1.148 # Test 681 got: "2" (t/HTML-tree.t at line 158 fail #341)
978 wakaba 1.90 # Expected: "1" (Parse error: qq'<!DOCTYPE HTML><dl></body>'; 1:26:not closed:dl, 1:26:not closed:dl;dl not closed)
979 wakaba 1.41 ok 682
980 wakaba 1.78 not ok 683
981 wakaba 1.148 # Test 683 got: "3" (t/HTML-tree.t at line 158 fail #342)
982 wakaba 1.90 # Expected: "1" (Parse error: qq'<!DOCTYPE HTML><dl><dt></body>'; 1:30:not closed:dl, 1:30:after body:/dt, 1:30:not closed:dl;dl not closed)
983 wakaba 1.41 ok 684
984 wakaba 1.78 not ok 685
985 wakaba 1.148 # Test 685 got: "3" (t/HTML-tree.t at line 158 fail #343)
986 wakaba 1.90 # Expected: "1" (Parse error: qq'<!DOCTYPE HTML><dl><dd></body>'; 1:30:not closed:dl, 1:30:after body:/dd, 1:30:not closed:dl;dl not closed)
987 wakaba 1.41 ok 686
988 wakaba 1.78 not ok 687
989 wakaba 1.148 # Test 687 got: "1" (t/HTML-tree.t at line 158 fail #344)
990 wakaba 1.90 # Expected: "0" (Parse error: qq'<!DOCTYPE HTML><p></body>'; 1:25:after body:/p;)
991 wakaba 1.41 ok 688
992 wakaba 1.90 not ok 689
993 wakaba 1.148 # Test 689 got: "2" (t/HTML-tree.t at line 158 fail #345)
994 wakaba 1.90 # Expected: "1" (Parse error: qq'<!DOCTYPE HTML><table><tr><td></body>'; 1:37:unmatched end tag:body, 1:37:not closed:table;table not closed)
995 wakaba 1.41 ok 690
996 wakaba 1.90 not ok 691
997 wakaba 1.148 # Test 691 got: "2" (t/HTML-tree.t at line 158 fail #346)
998 wakaba 1.90 # Expected: "1" (Parse error: qq'<!DOCTYPE HTML><table><tr><th></body>'; 1:37:unmatched end tag:body, 1:37:not closed:table;table not closed)
999 wakaba 1.41 ok 692
1000 wakaba 1.90 not ok 693
1001 wakaba 1.148 # Test 693 got: "2" (t/HTML-tree.t at line 158 fail #347)
1002 wakaba 1.90 # Expected: "1" (Parse error: qq'<!DOCTYPE HTML><table><thead><tr><td></body>'; 1:44:unmatched end tag:body, 1:44:not closed:table;table not closed)
1003 wakaba 1.41 ok 694
1004     ok 695
1005     ok 696
1006     ok 697
1007     ok 698
1008     ok 699
1009     ok 700
1010 wakaba 1.90 ok 701
1011 wakaba 1.41 ok 702
1012     ok 703
1013     ok 704
1014     ok 705
1015     ok 706
1016 wakaba 1.90 not ok 707
1017 wakaba 1.148 # Test 707 got: "1" (t/HTML-tree.t at line 158 fail #354)
1018 wakaba 1.90 # Expected: "3" (Parse error: qq'<!DOCTYPE HTML><h1><a><h2>'; 1:26:not closed:h2;h1 not closed, a not closed, h2 not closed)
1019 wakaba 1.41 ok 708
1020     ok 709
1021     ok 710
1022     ok 711
1023     ok 712
1024     ok 713
1025     ok 714
1026 wakaba 1.42 ok 715
1027     ok 716
1028     ok 717
1029     ok 718
1030     ok 719
1031     ok 720
1032     ok 721
1033     ok 722
1034     ok 723
1035     ok 724
1036     ok 725
1037     ok 726
1038     ok 727
1039     ok 728
1040     ok 729
1041     ok 730
1042     ok 731
1043     ok 732
1044     ok 733
1045     ok 734
1046     ok 735
1047     ok 736
1048     ok 737
1049     ok 738
1050     ok 739
1051     ok 740
1052     ok 741
1053     ok 742
1054     ok 743
1055     ok 744
1056 wakaba 1.43 ok 745
1057     ok 746
1058     ok 747
1059     ok 748
1060     ok 749
1061     ok 750
1062     ok 751
1063     ok 752
1064     ok 753
1065     ok 754
1066     ok 755
1067     ok 756
1068     ok 757
1069     ok 758
1070     ok 759
1071     ok 760
1072     ok 761
1073     ok 762
1074     ok 763
1075     ok 764
1076     ok 765
1077     ok 766
1078     ok 767
1079     ok 768
1080     ok 769
1081     ok 770
1082     ok 771
1083     ok 772
1084     ok 773
1085     ok 774
1086 wakaba 1.49 ok 775
1087     ok 776
1088     ok 777
1089     ok 778
1090     ok 779
1091     ok 780
1092     ok 781
1093     ok 782
1094     ok 783
1095     ok 784
1096     ok 785
1097     ok 786
1098     ok 787
1099     ok 788
1100     ok 789
1101     ok 790
1102     ok 791
1103     ok 792
1104     ok 793
1105     ok 794
1106     ok 795
1107     ok 796
1108     ok 797
1109     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 wakaba 1.103 # t/tree-test-2.dat
1319 wakaba 1.78 ok 1007
1320     ok 1008
1321     ok 1009
1322     ok 1010
1323     ok 1011
1324     ok 1012
1325     ok 1013
1326     ok 1014
1327     ok 1015
1328     ok 1016
1329     ok 1017
1330     ok 1018
1331     ok 1019
1332     ok 1020
1333     ok 1021
1334     ok 1022
1335     ok 1023
1336     ok 1024
1337     ok 1025
1338     ok 1026
1339     ok 1027
1340     ok 1028
1341     ok 1029
1342     ok 1030
1343     ok 1031
1344     ok 1032
1345     ok 1033
1346     ok 1034
1347     ok 1035
1348     ok 1036
1349     ok 1037
1350     ok 1038
1351     ok 1039
1352     ok 1040
1353     ok 1041
1354     ok 1042
1355     ok 1043
1356     ok 1044
1357     ok 1045
1358     ok 1046
1359     ok 1047
1360     ok 1048
1361     ok 1049
1362     ok 1050
1363     ok 1051
1364     ok 1052
1365     ok 1053
1366     ok 1054
1367     ok 1055
1368     ok 1056
1369     ok 1057
1370     ok 1058
1371     ok 1059
1372     ok 1060
1373 wakaba 1.81 ok 1061
1374     ok 1062
1375 wakaba 1.90 ok 1063
1376     ok 1064
1377     ok 1065
1378     ok 1066
1379     ok 1067
1380     ok 1068
1381 wakaba 1.103 ok 1069
1382     ok 1070
1383     ok 1071
1384     ok 1072

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24