/[suikacvs]/markup/html/whatpm/t/tree-construction/tests7.dat
Suika

Diff of /markup/html/whatpm/t/tree-construction/tests7.dat

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by wakaba, Sun Apr 13 06:44:27 2008 UTC revision 1.2 by wakaba, Sat Oct 4 17:16:02 2008 UTC
# Line 5  Line 5 
5  | <!DOCTYPE html>  | <!DOCTYPE html>
6  | <html>  | <html>
7  |   <head>  |   <head>
 |   <body>  
8  |     <title>  |     <title>
9  |       "X"  |       "X"
10    |   <body>
11    
12  #data  #data
13  <!doctype html><table><title>X</title></table>  <!doctype html><table><title>X</title></table>
14  #errors  #errors
15  xxx  Line: 1 Col: 29 Unexpected start tag (title) in table context caused voodoo mode.
16    Line: 1 Col: 38 Unexpected end tag (title) in table context caused voodoo mode.
17  #document  #document
18  | <!DOCTYPE html>  | <!DOCTYPE html>
19  | <html>  | <html>
20  |   <head>  |   <head>
 |   <body>  
21  |     <title>  |     <title>
22  |       "X"  |       "X"
23    |   <body>
24  |     <table>  |     <table>
25    
26  #data  #data
27  <!doctype html><head></head><title>X</title>  <!doctype html><head></head><title>X</title>
28  #errors  #errors
29  element-belongs-in-da-head  Line: 1 Col: 35 Unexpected start tag (title) that can be in head. Moved.
30  #document  #document
31  | <!DOCTYPE html>  | <!DOCTYPE html>
32  | <html>  | <html>
# Line 37  element-belongs-in-da-head Line 38  element-belongs-in-da-head
38  #data  #data
39  <!doctype html></head><title>X</title>  <!doctype html></head><title>X</title>
40  #errors  #errors
41  element-belongs-in-da-head  Line: 1 Col: 29 Unexpected start tag (title) that can be in head. Moved.
42  #document  #document
43  | <!DOCTYPE html>  | <!DOCTYPE html>
44  | <html>  | <html>
# Line 49  element-belongs-in-da-head Line 50  element-belongs-in-da-head
50  #data  #data
51  <!doctype html></body><title>X</title>  <!doctype html></body><title>X</title>
52  #errors  #errors
53  element-after-da-body  Line: 1 Col: 29 Unexpected start tag token (title) in the after body phase.
54  #document  #document
55  | <!DOCTYPE html>  | <!DOCTYPE html>
56  | <html>  | <html>
57  |   <head>  |   <head>
 |   <body>  
58  |     <title>  |     <title>
59  |       "X"  |       "X"
60    |   <body>
61    
62  #data  #data
63  <!doctype html><table><meta></table>  <!doctype html><table><meta></table>
64  #errors  #errors
65  meta-in-table  Line: 1 Col: 28 Unexpected start tag (meta) in table context caused voodoo mode.
66  #document  #document
67  | <!DOCTYPE html>  | <!DOCTYPE html>
68  | <html>  | <html>
# Line 73  meta-in-table Line 74  meta-in-table
74  #data  #data
75  <!doctype html><table> X<meta></table>  <!doctype html><table> X<meta></table>
76  #errors  #errors
77  characters-in-table  Line: 1 Col: 24 Unexpected non-space characters in table context caused voodoo mode.
78  #document  #document
79  | <!DOCTYPE html>  | <!DOCTYPE html>
80  | <html>  | <html>
# Line 87  characters-in-table Line 88  characters-in-table
88  #data  #data
89  <!doctype html><table>X<tr><td><table> <meta></table></table>  <!doctype html><table>X<tr><td><table> <meta></table></table>
90  #errors  #errors
91  characters-in-table  Line: 1 Col: 23 Unexpected non-space characters in table context caused voodoo mode.
92  meta-in-table  Line: 1 Col: 45 Unexpected start tag (meta) in table context caused voodoo mode.
93  #document  #document
94  | <!DOCTYPE html>  | <!DOCTYPE html>
95  | <html>  | <html>
# Line 124  meta-in-table Line 125  meta-in-table
125  #data  #data
126  <!doctype html><table> x</table>  <!doctype html><table> x</table>
127  #errors  #errors
128  node-in-table  Line: 1 Col: 24 Unexpected non-space characters in table context caused voodoo mode.
129  #document  #document
130  | <!DOCTYPE html>  | <!DOCTYPE html>
131  | <html>  | <html>
# Line 137  node-in-table Line 138  node-in-table
138  #data  #data
139  <!doctype html><table> x </table>  <!doctype html><table> x </table>
140  #errors  #errors
141  node-in-table  Line: 1 Col: 25 Unexpected non-space characters in table context caused voodoo mode.
142  #document  #document
143  | <!DOCTYPE html>  | <!DOCTYPE html>
144  | <html>  | <html>
# Line 150  node-in-table Line 151  node-in-table
151  #data  #data
152  <!doctype html><table><tr> x</table>  <!doctype html><table><tr> x</table>
153  #errors  #errors
154  node-in-table-row  Line: 1 Col: 28 Unexpected non-space characters in table context caused voodoo mode.
155  #document  #document
156  | <!DOCTYPE html>  | <!DOCTYPE html>
157  | <html>  | <html>
# Line 165  node-in-table-row Line 166  node-in-table-row
166  #data  #data
167  <!doctype html><table><style> <tr>x </style> </table>  <!doctype html><table><style> <tr>x </style> </table>
168  #errors  #errors
169    Line: 1 Col: 44 Unexpected end tag (style) in table context caused voodoo mode.
170  #document  #document
171  | <!DOCTYPE html>  | <!DOCTYPE html>
172  | <html>  | <html>
# Line 178  node-in-table-row Line 180  node-in-table-row
180  #data  #data
181  <!doctype html><table><TBODY><script> <tr>x </script> </table>  <!doctype html><table><TBODY><script> <tr>x </script> </table>
182  #errors  #errors
183    Line: 1 Col: 53 Unexpected end tag (script) in table context caused voodoo mode.
184  #document  #document
185  | <!DOCTYPE html>  | <!DOCTYPE html>
186  | <html>  | <html>
# Line 192  node-in-table-row Line 195  node-in-table-row
195  #data  #data
196  <!doctype html><table>X<style> <tr>x </style> </table>  <!doctype html><table>X<style> <tr>x </style> </table>
197  #errors  #errors
198  xxxx  Line: 1 Col: 23 Unexpected non-space characters in table context caused voodoo mode.
199    Line: 1 Col: 45 Unexpected end tag (style) in table context caused voodoo mode.
200  #document  #document
201  | <!DOCTYPE html>  | <!DOCTYPE html>
202  | <html>  | <html>
# Line 232  X</listing> Line 236  X</listing>
236  #data  #data
237  <!doctype html><select><input>X  <!doctype html><select><input>X
238  #errors  #errors
239  input-in-select  Line: 1 Col: 30 Unexpected input start tag in the select phase.
240  #document  #document
241  | <!DOCTYPE html>  | <!DOCTYPE html>
242  | <html>  | <html>
# Line 245  input-in-select Line 249  input-in-select
249  #data  #data
250  <!doctype html><select><select>X  <!doctype html><select><select>X
251  #errors  #errors
252  select-in-select  Line: 1 Col: 31 Unexpected select start tag in the select phase treated as select end tag.
253  #document  #document
254  | <!DOCTYPE html>  | <!DOCTYPE html>
255  | <html>  | <html>
# Line 257  select-in-select Line 261  select-in-select
261  #data  #data
262  <!doctype html><table><input type=hidDEN></table>  <!doctype html><table><input type=hidDEN></table>
263  #errors  #errors
264  input-in-table  Line: 1 Col: 41 Unexpected input with type hidden in table context.
265  #document  #document
266  | <!DOCTYPE html>  | <!DOCTYPE html>
267  | <html>  | <html>
# Line 270  input-in-table Line 274  input-in-table
274  #data  #data
275  <!doctype html><table>X<input type=hidDEN></table>  <!doctype html><table>X<input type=hidDEN></table>
276  #errors  #errors
277  input-in-table  Line: 1 Col: 23 Unexpected non-space characters in table context caused voodoo mode.
278  #document  #document
279  | <!DOCTYPE html>  | <!DOCTYPE html>
280  | <html>  | <html>
# Line 284  input-in-table Line 288  input-in-table
288  #data  #data
289  <!doctype html><table>  <input type=hidDEN></table>  <!doctype html><table>  <input type=hidDEN></table>
290  #errors  #errors
291  input-in-table  Line: 1 Col: 43 Unexpected input with type hidden in table context.
292  #document  #document
293  | <!DOCTYPE html>  | <!DOCTYPE html>
294  | <html>  | <html>
# Line 298  input-in-table Line 302  input-in-table
302  #data  #data
303  <!doctype html><table>  <input type='hidDEN'></table>  <!doctype html><table>  <input type='hidDEN'></table>
304  #errors  #errors
305  input-in-table  Line: 1 Col: 45 Unexpected input with type hidden in table context.
306  #document  #document
307  | <!DOCTYPE html>  | <!DOCTYPE html>
308  | <html>  | <html>
# Line 312  input-in-table Line 316  input-in-table
316  #data  #data
317  <!doctype html><table><input type=" hidden"><input type=hidDEN></table>  <!doctype html><table><input type=" hidden"><input type=hidDEN></table>
318  #errors  #errors
319  input-in-table  Line: 1 Col: 44 Unexpected start tag (input) in table context caused voodoo mode.
320  #document  #document
321  | <!DOCTYPE html>  | <!DOCTYPE html>
322  | <html>  | <html>
# Line 327  input-in-table Line 331  input-in-table
331  #data  #data
332  <!doctype html><table><select>X<tr>  <!doctype html><table><select>X<tr>
333  #errors  #errors
334  select-in-table  Line: 1 Col: 30 Unexpected start tag (select) in table context caused voodoo mode.
335  unexpected-tr-in-select-in-table  Line: 1 Col: 35 Unexpected table element start tag (trs) in the select in table phase.
336  eof  Line: 1 Col: 35 Expected closing tag. Unexpected end of file.
337  #document  #document
338  | <!DOCTYPE html>  | <!DOCTYPE html>
339  | <html>  | <html>
# Line 373  eof Line 377  eof
377  #data  #data
378  <body>X</body></body>  <body>X</body></body>
379  #errors  #errors
380  21: Saw an end tag after body had been closed.  Line: 1 Col: 21 Unexpected end tag token (body) in the after body phase.
381    Line: 1 Col: 21 Unexpected EOF in inner html mode.
382  #document-fragment  #document-fragment
383  html  html
384  #document  #document
# Line 384  html Line 389  html
389  #data  #data
390  <!doctype html><div><table><a>foo</a> <tr><td>bar</td> </tr></table></div>  <!doctype html><div><table><a>foo</a> <tr><td>bar</td> </tr></table></div>
391  #errors  #errors
392  unexpected-start-tag-implies-table-voodoo  Line: 1 Col: 30 Unexpected start tag (a) in table context caused voodoo mode.
393    Line: 1 Col: 37 Unexpected end tag (a) in table context caused voodoo mode.
394  #document  #document
395  | <!DOCTYPE html>  | <!DOCTYPE html>
396  | <html>  | <html>
# Line 398  unexpected-start-tag-implies-table-voodo Line 404  unexpected-start-tag-implies-table-voodo
404  |         <tbody>  |         <tbody>
405  |           <tr>  |           <tr>
406  |             <td>  |             <td>
 |               "bar"  
407    |               "bar"
408    
409    #data
410    <div><p>a</x> b
411    #errors
412    Line: 1 Col: 5 Unexpected start tag (div). Expected DOCTYPE.
413    Line: 1 Col: 13 Unexpected end tag (x). Ignored.
414    Line: 1 Col: 15 Expected closing tag. Unexpected end of file.
415    #document
416    | <html>
417    |   <head>
418    |   <body>
419    |     <div>
420    |       <p>
421    |         "a b"

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24