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

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

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

revision 1.1 by wakaba, Sat Jun 23 02:09:06 2007 UTC revision 1.2 by wakaba, Sat Jun 23 02:26:52 2007 UTC
# Line 226  Line1<br>Line2<br>Line3<br>Line4 Line 226  Line1<br>Line2<br>Line3<br>Line4
226  <h1>Hello<h2>World  <h1>Hello<h2>World
227  #errors  #errors
228  4: missing document type declaration  4: missing document type declaration
 13: h2 element start tag implying h1 element end tag  
229  19: mismatched body element end tag (premature end of file?)  19: mismatched body element end tag (premature end of file?)
230  #document  #document
231  | <html>  | <html>
# Line 234  Line1<br>Line2<br>Line3<br>Line4 Line 233  Line1<br>Line2<br>Line3<br>Line4
233  |   <body>  |   <body>
234  |     <h1>  |     <h1>
235  |       "Hello"  |       "Hello"
236  |     <h2>  |       <h2>
237  |       "World"  |         "World"
238    
239  #data  #data
240  <a><p>X<a>Y</a>Z</p></a>  <a><p>X<a>Y</a>Z</p></a>
# Line 307  Line1<br>Line2<br>Line3<br>Line4 Line 306  Line1<br>Line2<br>Line3<br>Line4
306  #data  #data
307  <!--><div>--<!-->  <!--><div>--<!-->
308  #errors  #errors
309  13: unexpected character after two '-' characters while parsing comment  Incorrect comment token
310  18: missing document type declaration  Missing document type declaration
311    Incorrect comment token
312    Unexpected end of file
313  #document  #document
314  | <!-- ><div>--<! -->  | <!--  -->
315  | <html>  | <html>
316  |   <head>  |   <head>
317  |   <body>  |   <body>
318    |     <div>
319    |       "--"
320    |       <!--  -->
321    
322  #data  #data
323  <p><hr></p>  <p><hr></p>
# Line 638  Line1<br>Line2<br>Line3<br>Line4 Line 642  Line1<br>Line2<br>Line3<br>Line4
642  | <html>  | <html>
643  |   <head>  |   <head>
644  |     <script>  |     <script>
645  |       " <!-- "  |       " <!-- </script> --> "
646  |     " "  |     " "
647  |   <body>  |   <body>
648  |     "-->  EOF"  |     "EOF"
649    
650  #data  #data
651  <b><p></b>TEST  <b><p></b>TEST
# Line 1248  Line1<br>Line2<br>Line3<br>Line4 Line 1252  Line1<br>Line2<br>Line3<br>Line4
1252  #data  #data
1253  <style><!--</style><meta><script>--><link></script>  <style><!--</style><meta><script>--><link></script>
1254  #errors  #errors
1255  7: missing document type declaration  missing document type declaration
1256    unexpected EOF
1257  #document  #document
1258  | <html>  | <html>
1259  |   <head>  |   <head>
1260  |     <style>  |     <style>
1261  |       "<!--"  |       "<!--</style><meta><script>--><link></script>"
 |     <meta>  
 |     <script>  
 |       "--><link>"  
1262  |   <body>  |   <body>
1263    
1264  #data  #data
# Line 1305  Line1<br>Line2<br>Line3<br>Line4 Line 1307  Line1<br>Line2<br>Line3<br>Line4
1307  #document  #document
1308  | <html>  | <html>
1309  |   <head>  |   <head>
 |     <base>  
 |     <link>  
 |     <meta>  
1310  |     <title>  |     <title>
1311  |       "<p>"  |       "<p>"
1312  |   <body>  |   <body>
1313    |     <base>
1314    |     <link>
1315    |     <meta>
1316  |     <p>  |     <p>
1317    
1318  #data  #data
# Line 1381  Line1<br>Line2<br>Line3<br>Line4 Line 1383  Line1<br>Line2<br>Line3<br>Line4
1383  6: missing document type declaration  6: missing document type declaration
1384  19: unexpected node at end of document  19: unexpected node at end of document
1385  19: unexpected node after body element end tag  19: unexpected node after body element end tag
 19: meta element start tag out of place  
1386  #document  #document
1387  | <html>  | <html>
1388  |   <head>  |   <head>
 |     <meta>  
1389  |   <body>  |   <body>
1390    |     <meta>
1391  |     <p>  |     <p>
1392    
1393  #data  #data
# Line 1430  Line1<br>Line2<br>Line3<br>Line4 Line 1431  Line1<br>Line2<br>Line3<br>Line4
1431  <h1><h2>  <h1><h2>
1432  #errors  #errors
1433  4: missing document type declaration  4: missing document type declaration
 8: h2 element start tag implying h1 element end tag  
1434  9: mismatched body element end tag (premature end of file?)  9: mismatched body element end tag (premature end of file?)
1435  #document  #document
1436  | <html>  | <html>
1437  |   <head>  |   <head>
1438  |   <body>  |   <body>
1439  |     <h1>  |     <h1>
1440  |     <h2>  |       <h2>
1441    
1442  #data  #data
1443  <a><p><a></a></p></a>  <a><p><a></a></p></a>
# Line 1630  Line1<br>Line2<br>Line3<br>Line4 Line 1630  Line1<br>Line2<br>Line3<br>Line4
1630  4: missing document type declaration  4: missing document type declaration
1631  15: required tr element start tag implied by unexpected td element start tag  15: required tr element start tag implied by unexpected td element start tag
1632  27: unexpected td element end tag implied other end tags  27: unexpected td element end tag implied other end tags
1633  31: h3 element start tag implying h1 element end tag  Unexpected EOF
 36: mismatched h1 element end tag  
1634  #document  #document
1635  | <html>  | <html>
1636  |   <head>  |   <head>
# Line 1642  Line1<br>Line2<br>Line3<br>Line4 Line 1641  Line1<br>Line2<br>Line3<br>Line4
1641  |           <tr>  |           <tr>
1642  |             <td>  |             <td>
1643  |               <h3>  |               <h3>
1644  |     <h3>  |       <h3>
1645    
1646  #data  #data
1647  <table><colgroup><col><colgroup><col><col><col><colgroup><col><col><thead><tr><td></table>  <table><colgroup><col><colgroup><col><col><col><colgroup><col><col><thead><tr><td></table>
# Line 1807  Line1<br>Line2<br>Line3<br>Line4 Line 1806  Line1<br>Line2<br>Line3<br>Line4
1806  | <html>  | <html>
1807  |   <head>  |   <head>
1808  |   <body>  |   <body>
1809    |     <br>
1810    
1811  #data  #data
1812  <table><tr></strong></b></em></i></u></strike></s></blink></tt></pre></big></small></font></select></h1></h2></h3></h4></h5></h6></body></br></a></img></title></span></style></script></table></th></td></tr></frame></area></link></param></hr></input></col></base></meta></basefont></bgsound></embed></spacer></p></dd></dt></caption></colgroup></tbody></tfoot></thead></address></blockquote></center></dir></div></dl></fieldset></listing></menu></ol></ul></li></nobr></wbr></form></button></marquee></object></html></frameset></head></iframe></image></isindex></noembed></noframes></noscript></optgroup></option></plaintext></textarea>  <table><tr></strong></b></em></i></u></strike></s></blink></tt></pre></big></small></font></select></h1></h2></h3></h4></h5></h6></body></br></a></img></title></span></style></script></table></th></td></tr></frame></area></link></param></hr></input></col></base></meta></basefont></bgsound></embed></spacer></p></dd></dt></caption></colgroup></tbody></tfoot></thead></address></blockquote></center></dir></div></dl></fieldset></listing></menu></ol></ul></li></nobr></wbr></form></button></marquee></object></html></frameset></head></iframe></image></isindex></noembed></noframes></noscript></optgroup></option></plaintext></textarea>
# Line 1924  Line1<br>Line2<br>Line3<br>Line4 Line 1924  Line1<br>Line2<br>Line3<br>Line4
1924  | <html>  | <html>
1925  |   <head>  |   <head>
1926  |   <body>  |   <body>
1927    |     <br>
1928  |     <table>  |     <table>
1929  |       <tbody>  |       <tbody>
1930  |         <tr>  |         <tr>

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24