github.com/vugu/vugu@v0.3.6-0.20240430171613-3f6f402e014b/internal/htmlx/testdata/webkit/tests1.dat (about)

     1  #data
     2  Test
     3  #errors
     4  Line: 1 Col: 4 Unexpected non-space characters. Expected DOCTYPE.
     5  #document
     6  | <html>
     7  |   <head>
     8  |   <body>
     9  |     "Test"
    10  
    11  #data
    12  <p>One<p>Two
    13  #errors
    14  Line: 1 Col: 3 Unexpected start tag (p). Expected DOCTYPE.
    15  #document
    16  | <html>
    17  |   <head>
    18  |   <body>
    19  |     <p>
    20  |       "One"
    21  |     <p>
    22  |       "Two"
    23  
    24  #data
    25  Line1<br>Line2<br>Line3<br>Line4
    26  #errors
    27  Line: 1 Col: 5 Unexpected non-space characters. Expected DOCTYPE.
    28  #document
    29  | <html>
    30  |   <head>
    31  |   <body>
    32  |     "Line1"
    33  |     <br>
    34  |     "Line2"
    35  |     <br>
    36  |     "Line3"
    37  |     <br>
    38  |     "Line4"
    39  
    40  #data
    41  <html>
    42  #errors
    43  Line: 1 Col: 6 Unexpected start tag (html). Expected DOCTYPE.
    44  #document
    45  | <html>
    46  |   <head>
    47  |   <body>
    48  
    49  #data
    50  <head>
    51  #errors
    52  Line: 1 Col: 6 Unexpected start tag (head). Expected DOCTYPE.
    53  #document
    54  | <html>
    55  |   <head>
    56  |   <body>
    57  
    58  #data
    59  <body>
    60  #errors
    61  Line: 1 Col: 6 Unexpected start tag (body). Expected DOCTYPE.
    62  #document
    63  | <html>
    64  |   <head>
    65  |   <body>
    66  
    67  #data
    68  <html><head>
    69  #errors
    70  Line: 1 Col: 6 Unexpected start tag (html). Expected DOCTYPE.
    71  #document
    72  | <html>
    73  |   <head>
    74  |   <body>
    75  
    76  #data
    77  <html><head></head>
    78  #errors
    79  Line: 1 Col: 6 Unexpected start tag (html). Expected DOCTYPE.
    80  #document
    81  | <html>
    82  |   <head>
    83  |   <body>
    84  
    85  #data
    86  <html><head></head><body>
    87  #errors
    88  Line: 1 Col: 6 Unexpected start tag (html). Expected DOCTYPE.
    89  #document
    90  | <html>
    91  |   <head>
    92  |   <body>
    93  
    94  #data
    95  <html><head></head><body></body>
    96  #errors
    97  Line: 1 Col: 6 Unexpected start tag (html). Expected DOCTYPE.
    98  #document
    99  | <html>
   100  |   <head>
   101  |   <body>
   102  
   103  #data
   104  <html><head><body></body></html>
   105  #errors
   106  Line: 1 Col: 6 Unexpected start tag (html). Expected DOCTYPE.
   107  #document
   108  | <html>
   109  |   <head>
   110  |   <body>
   111  
   112  #data
   113  <html><head></body></html>
   114  #errors
   115  Line: 1 Col: 6 Unexpected start tag (html). Expected DOCTYPE.
   116  Line: 1 Col: 19 Unexpected end tag (body).
   117  Line: 1 Col: 26 Unexpected end tag (html).
   118  #document
   119  | <html>
   120  |   <head>
   121  |   <body>
   122  
   123  #data
   124  <html><head><body></html>
   125  #errors
   126  Line: 1 Col: 6 Unexpected start tag (html). Expected DOCTYPE.
   127  #document
   128  | <html>
   129  |   <head>
   130  |   <body>
   131  
   132  #data
   133  <html><body></html>
   134  #errors
   135  Line: 1 Col: 6 Unexpected start tag (html). Expected DOCTYPE.
   136  #document
   137  | <html>
   138  |   <head>
   139  |   <body>
   140  
   141  #data
   142  <body></html>
   143  #errors
   144  Line: 1 Col: 6 Unexpected start tag (body). Expected DOCTYPE.
   145  #document
   146  | <html>
   147  |   <head>
   148  |   <body>
   149  
   150  #data
   151  <head></html>
   152  #errors
   153  Line: 1 Col: 6 Unexpected start tag (head). Expected DOCTYPE.
   154  Line: 1 Col: 13 Unexpected end tag (html). Ignored.
   155  #document
   156  | <html>
   157  |   <head>
   158  |   <body>
   159  
   160  #data
   161  </head>
   162  #errors
   163  Line: 1 Col: 7 Unexpected end tag (head). Expected DOCTYPE.
   164  #document
   165  | <html>
   166  |   <head>
   167  |   <body>
   168  
   169  #data
   170  </body>
   171  #errors
   172  Line: 1 Col: 7 Unexpected end tag (body). Expected DOCTYPE.
   173  Line: 1 Col: 7 Unexpected end tag (body) after the (implied) root element.
   174  #document
   175  | <html>
   176  |   <head>
   177  |   <body>
   178  
   179  #data
   180  </html>
   181  #errors
   182  Line: 1 Col: 7 Unexpected end tag (html). Expected DOCTYPE.
   183  Line: 1 Col: 7 Unexpected end tag (html) after the (implied) root element.
   184  #document
   185  | <html>
   186  |   <head>
   187  |   <body>
   188  
   189  #data
   190  <b><table><td><i></table>
   191  #errors
   192  Line: 1 Col: 3 Unexpected start tag (b). Expected DOCTYPE.
   193  Line: 1 Col: 14 Unexpected table cell start tag (td) in the table body phase.
   194  Line: 1 Col: 25 Got table cell end tag (td) while required end tags are missing.
   195  Line: 1 Col: 25 Expected closing tag. Unexpected end of file.
   196  #document
   197  | <html>
   198  |   <head>
   199  |   <body>
   200  |     <b>
   201  |       <table>
   202  |         <tbody>
   203  |           <tr>
   204  |             <td>
   205  |               <i>
   206  
   207  #data
   208  <b><table><td></b><i></table>X
   209  #errors
   210  Line: 1 Col: 3 Unexpected start tag (b). Expected DOCTYPE.
   211  Line: 1 Col: 14 Unexpected table cell start tag (td) in the table body phase.
   212  Line: 1 Col: 18 End tag (b) violates step 1, paragraph 1 of the adoption agency algorithm.
   213  Line: 1 Col: 29 Got table cell end tag (td) while required end tags are missing.
   214  Line: 1 Col: 30 Expected closing tag. Unexpected end of file.
   215  #document
   216  | <html>
   217  |   <head>
   218  |   <body>
   219  |     <b>
   220  |       <table>
   221  |         <tbody>
   222  |           <tr>
   223  |             <td>
   224  |               <i>
   225  |       "X"
   226  
   227  #data
   228  <h1>Hello<h2>World
   229  #errors
   230  4: Start tag seen without seeing a doctype first. Expected “<!DOCTYPE html>”.
   231  13: Heading cannot be a child of another heading.
   232  18: End of file seen and there were open elements.
   233  #document
   234  | <html>
   235  |   <head>
   236  |   <body>
   237  |     <h1>
   238  |       "Hello"
   239  |     <h2>
   240  |       "World"
   241  
   242  #data
   243  <a><p>X<a>Y</a>Z</p></a>
   244  #errors
   245  Line: 1 Col: 3 Unexpected start tag (a). Expected DOCTYPE.
   246  Line: 1 Col: 10 Unexpected start tag (a) implies end tag (a).
   247  Line: 1 Col: 10 End tag (a) violates step 1, paragraph 3 of the adoption agency algorithm.
   248  Line: 1 Col: 24 End tag (a) violates step 1, paragraph 1 of the adoption agency algorithm.
   249  #document
   250  | <html>
   251  |   <head>
   252  |   <body>
   253  |     <a>
   254  |     <p>
   255  |       <a>
   256  |         "X"
   257  |       <a>
   258  |         "Y"
   259  |       "Z"
   260  
   261  #data
   262  <b><button>foo</b>bar
   263  #errors
   264  Line: 1 Col: 3 Unexpected start tag (b). Expected DOCTYPE.
   265  Line: 1 Col: 15 End tag (b) violates step 1, paragraph 1 of the adoption agency algorithm.
   266  #document
   267  | <html>
   268  |   <head>
   269  |   <body>
   270  |     <b>
   271  |     <button>
   272  |       <b>
   273  |         "foo"
   274  |       "bar"
   275  
   276  #data
   277  <!DOCTYPE html><span><button>foo</span>bar
   278  #errors
   279  39: End tag “span” seen but there were unclosed elements.
   280  #document
   281  | <!DOCTYPE html>
   282  | <html>
   283  |   <head>
   284  |   <body>
   285  |     <span>
   286  |       <button>
   287  |         "foobar"
   288  
   289  #data
   290  <p><b><div><marquee></p></b></div>X
   291  #errors
   292  Line: 1 Col: 3 Unexpected start tag (p). Expected DOCTYPE.
   293  Line: 1 Col: 11 Unexpected end tag (p). Ignored.
   294  Line: 1 Col: 24 Unexpected end tag (p). Ignored.
   295  Line: 1 Col: 28 End tag (b) violates step 1, paragraph 1 of the adoption agency algorithm.
   296  Line: 1 Col: 34 End tag (div) seen too early. Expected other end tag.
   297  Line: 1 Col: 35 Expected closing tag. Unexpected end of file.
   298  #document
   299  | <html>
   300  |   <head>
   301  |   <body>
   302  |     <p>
   303  |       <b>
   304  |     <div>
   305  |       <b>
   306  |         <marquee>
   307  |           <p>
   308  |           "X"
   309  
   310  #data
   311  <script><div></script></div><title><p></title><p><p>
   312  #errors
   313  Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
   314  Line: 1 Col: 28 Unexpected end tag (div). Ignored.
   315  #document
   316  | <html>
   317  |   <head>
   318  |     <script>
   319  |       "<div>"
   320  |     <title>
   321  |       "<p>"
   322  |   <body>
   323  |     <p>
   324  |     <p>
   325  
   326  #data
   327  <!--><div>--<!-->
   328  #errors
   329  Line: 1 Col: 5 Incorrect comment.
   330  Line: 1 Col: 10 Unexpected start tag (div). Expected DOCTYPE.
   331  Line: 1 Col: 17 Incorrect comment.
   332  Line: 1 Col: 17 Expected closing tag. Unexpected end of file.
   333  #document
   334  | <!--  -->
   335  | <html>
   336  |   <head>
   337  |   <body>
   338  |     <div>
   339  |       "--"
   340  |       <!--  -->
   341  
   342  #data
   343  <p><hr></p>
   344  #errors
   345  Line: 1 Col: 3 Unexpected start tag (p). Expected DOCTYPE.
   346  Line: 1 Col: 11 Unexpected end tag (p). Ignored.
   347  #document
   348  | <html>
   349  |   <head>
   350  |   <body>
   351  |     <p>
   352  |     <hr>
   353  |     <p>
   354  
   355  #data
   356  <select><b><option><select><option></b></select>X
   357  #errors
   358  Line: 1 Col: 8 Unexpected start tag (select). Expected DOCTYPE.
   359  Line: 1 Col: 11 Unexpected start tag token (b) in the select phase. Ignored.
   360  Line: 1 Col: 27 Unexpected select start tag in the select phase treated as select end tag.
   361  Line: 1 Col: 39 End tag (b) violates step 1, paragraph 1 of the adoption agency algorithm.
   362  Line: 1 Col: 48 Unexpected end tag (select). Ignored.
   363  Line: 1 Col: 49 Expected closing tag. Unexpected end of file.
   364  #document
   365  | <html>
   366  |   <head>
   367  |   <body>
   368  |     <select>
   369  |       <option>
   370  |     <option>
   371  |       "X"
   372  
   373  #data
   374  <a><table><td><a><table></table><a></tr><a></table><b>X</b>C<a>Y
   375  #errors
   376  Line: 1 Col: 3 Unexpected start tag (a). Expected DOCTYPE.
   377  Line: 1 Col: 14 Unexpected table cell start tag (td) in the table body phase.
   378  Line: 1 Col: 35 Unexpected start tag (a) implies end tag (a).
   379  Line: 1 Col: 40 Got table cell end tag (td) while required end tags are missing.
   380  Line: 1 Col: 43 Unexpected start tag (a) in table context caused voodoo mode.
   381  Line: 1 Col: 43 Unexpected start tag (a) implies end tag (a).
   382  Line: 1 Col: 43 End tag (a) violates step 1, paragraph 1 of the adoption agency algorithm.
   383  Line: 1 Col: 51 Unexpected implied end tag (a) in the table phase.
   384  Line: 1 Col: 63 Unexpected start tag (a) implies end tag (a).
   385  Line: 1 Col: 64 Expected closing tag. Unexpected end of file.
   386  #document
   387  | <html>
   388  |   <head>
   389  |   <body>
   390  |     <a>
   391  |       <a>
   392  |       <table>
   393  |         <tbody>
   394  |           <tr>
   395  |             <td>
   396  |               <a>
   397  |                 <table>
   398  |               <a>
   399  |     <a>
   400  |       <b>
   401  |         "X"
   402  |       "C"
   403  |     <a>
   404  |       "Y"
   405  
   406  #data
   407  <a X>0<b>1<a Y>2
   408  #errors
   409  Line: 1 Col: 5 Unexpected start tag (a). Expected DOCTYPE.
   410  Line: 1 Col: 15 Unexpected start tag (a) implies end tag (a).
   411  Line: 1 Col: 15 End tag (a) violates step 1, paragraph 3 of the adoption agency algorithm.
   412  Line: 1 Col: 16 Expected closing tag. Unexpected end of file.
   413  #document
   414  | <html>
   415  |   <head>
   416  |   <body>
   417  |     <a>
   418  |       x=""
   419  |       "0"
   420  |       <b>
   421  |         "1"
   422  |     <b>
   423  |       <a>
   424  |         y=""
   425  |         "2"
   426  
   427  #data
   428  <!-----><font><div>hello<table>excite!<b>me!<th><i>please!</tr><!--X-->
   429  #errors
   430  Line: 1 Col: 7 Unexpected '-' after '--' found in comment.
   431  Line: 1 Col: 14 Unexpected start tag (font). Expected DOCTYPE.
   432  Line: 1 Col: 38 Unexpected non-space characters in table context caused voodoo mode.
   433  Line: 1 Col: 41 Unexpected start tag (b) in table context caused voodoo mode.
   434  Line: 1 Col: 48 Unexpected implied end tag (b) in the table phase.
   435  Line: 1 Col: 48 Unexpected table cell start tag (th) in the table body phase.
   436  Line: 1 Col: 63 Got table cell end tag (th) while required end tags are missing.
   437  Line: 1 Col: 71 Unexpected end of file. Expected table content.
   438  #document
   439  | <!-- - -->
   440  | <html>
   441  |   <head>
   442  |   <body>
   443  |     <font>
   444  |       <div>
   445  |         "helloexcite!"
   446  |         <b>
   447  |           "me!"
   448  |         <table>
   449  |           <tbody>
   450  |             <tr>
   451  |               <th>
   452  |                 <i>
   453  |                   "please!"
   454  |             <!-- X -->
   455  
   456  #data
   457  <!DOCTYPE html><li>hello<li>world<ul>how<li>do</ul>you</body><!--do-->
   458  #errors
   459  Line: 1 Col: 61 Unexpected end tag (li). Missing end tag (body).
   460  #document
   461  | <!DOCTYPE html>
   462  | <html>
   463  |   <head>
   464  |   <body>
   465  |     <li>
   466  |       "hello"
   467  |     <li>
   468  |       "world"
   469  |       <ul>
   470  |         "how"
   471  |         <li>
   472  |           "do"
   473  |       "you"
   474  |   <!-- do -->
   475  
   476  #data
   477  <!DOCTYPE html>A<option>B<optgroup>C<select>D</option>E
   478  #errors
   479  Line: 1 Col: 54 Unexpected end tag (option) in the select phase. Ignored.
   480  Line: 1 Col: 55 Expected closing tag. Unexpected end of file.
   481  #document
   482  | <!DOCTYPE html>
   483  | <html>
   484  |   <head>
   485  |   <body>
   486  |     "A"
   487  |     <option>
   488  |       "B"
   489  |     <optgroup>
   490  |       "C"
   491  |       <select>
   492  |         "DE"
   493  
   494  #data
   495  <
   496  #errors
   497  Line: 1 Col: 1 Expected tag name. Got something else instead
   498  Line: 1 Col: 1 Unexpected non-space characters. Expected DOCTYPE.
   499  #document
   500  | <html>
   501  |   <head>
   502  |   <body>
   503  |     "<"
   504  
   505  #data
   506  <#
   507  #errors
   508  Line: 1 Col: 1 Expected tag name. Got something else instead
   509  Line: 1 Col: 1 Unexpected non-space characters. Expected DOCTYPE.
   510  #document
   511  | <html>
   512  |   <head>
   513  |   <body>
   514  |     "<#"
   515  
   516  #data
   517  </
   518  #errors
   519  Line: 1 Col: 2 Expected closing tag. Unexpected end of file.
   520  Line: 1 Col: 2 Unexpected non-space characters. Expected DOCTYPE.
   521  #document
   522  | <html>
   523  |   <head>
   524  |   <body>
   525  |     "</"
   526  
   527  #data
   528  </#
   529  #errors
   530  Line: 1 Col: 2 Expected closing tag. Unexpected character '#' found.
   531  Line: 1 Col: 3 Unexpected End of file. Expected DOCTYPE.
   532  #document
   533  | <!-- # -->
   534  | <html>
   535  |   <head>
   536  |   <body>
   537  
   538  #data
   539  <?
   540  #errors
   541  Line: 1 Col: 1 Expected tag name. Got '?' instead. (HTML doesn't support processing instructions.)
   542  Line: 1 Col: 2 Unexpected End of file. Expected DOCTYPE.
   543  #document
   544  | <!-- ? -->
   545  | <html>
   546  |   <head>
   547  |   <body>
   548  
   549  #data
   550  <?#
   551  #errors
   552  Line: 1 Col: 1 Expected tag name. Got '?' instead. (HTML doesn't support processing instructions.)
   553  Line: 1 Col: 3 Unexpected End of file. Expected DOCTYPE.
   554  #document
   555  | <!-- ?# -->
   556  | <html>
   557  |   <head>
   558  |   <body>
   559  
   560  #data
   561  <!
   562  #errors
   563  Line: 1 Col: 2 Expected '--' or 'DOCTYPE'. Not found.
   564  Line: 1 Col: 2 Unexpected End of file. Expected DOCTYPE.
   565  #document
   566  | <!--  -->
   567  | <html>
   568  |   <head>
   569  |   <body>
   570  
   571  #data
   572  <!#
   573  #errors
   574  Line: 1 Col: 3 Expected '--' or 'DOCTYPE'. Not found.
   575  Line: 1 Col: 3 Unexpected End of file. Expected DOCTYPE.
   576  #document
   577  | <!-- # -->
   578  | <html>
   579  |   <head>
   580  |   <body>
   581  
   582  #data
   583  <?COMMENT?>
   584  #errors
   585  Line: 1 Col: 1 Expected tag name. Got '?' instead. (HTML doesn't support processing instructions.)
   586  Line: 1 Col: 11 Unexpected End of file. Expected DOCTYPE.
   587  #document
   588  | <!-- ?COMMENT? -->
   589  | <html>
   590  |   <head>
   591  |   <body>
   592  
   593  #data
   594  <!COMMENT>
   595  #errors
   596  Line: 1 Col: 2 Expected '--' or 'DOCTYPE'. Not found.
   597  Line: 1 Col: 10 Unexpected End of file. Expected DOCTYPE.
   598  #document
   599  | <!-- COMMENT -->
   600  | <html>
   601  |   <head>
   602  |   <body>
   603  
   604  #data
   605  </ COMMENT >
   606  #errors
   607  Line: 1 Col: 2 Expected closing tag. Unexpected character ' ' found.
   608  Line: 1 Col: 12 Unexpected End of file. Expected DOCTYPE.
   609  #document
   610  | <!--  COMMENT  -->
   611  | <html>
   612  |   <head>
   613  |   <body>
   614  
   615  #data
   616  <?COM--MENT?>
   617  #errors
   618  Line: 1 Col: 1 Expected tag name. Got '?' instead. (HTML doesn't support processing instructions.)
   619  Line: 1 Col: 13 Unexpected End of file. Expected DOCTYPE.
   620  #document
   621  | <!-- ?COM--MENT? -->
   622  | <html>
   623  |   <head>
   624  |   <body>
   625  
   626  #data
   627  <!COM--MENT>
   628  #errors
   629  Line: 1 Col: 2 Expected '--' or 'DOCTYPE'. Not found.
   630  Line: 1 Col: 12 Unexpected End of file. Expected DOCTYPE.
   631  #document
   632  | <!-- COM--MENT -->
   633  | <html>
   634  |   <head>
   635  |   <body>
   636  
   637  #data
   638  </ COM--MENT >
   639  #errors
   640  Line: 1 Col: 2 Expected closing tag. Unexpected character ' ' found.
   641  Line: 1 Col: 14 Unexpected End of file. Expected DOCTYPE.
   642  #document
   643  | <!--  COM--MENT  -->
   644  | <html>
   645  |   <head>
   646  |   <body>
   647  
   648  #data
   649  <!DOCTYPE html><style> EOF
   650  #errors
   651  Line: 1 Col: 26 Unexpected end of file. Expected end tag (style).
   652  #document
   653  | <!DOCTYPE html>
   654  | <html>
   655  |   <head>
   656  |     <style>
   657  |       " EOF"
   658  |   <body>
   659  
   660  #data
   661  <!DOCTYPE html><script> <!-- </script> --> </script> EOF
   662  #errors
   663  #document
   664  | <!DOCTYPE html>
   665  | <html>
   666  |   <head>
   667  |     <script>
   668  |       " <!-- "
   669  |     " "
   670  |   <body>
   671  |     "-->  EOF"
   672  
   673  #data
   674  <b><p></b>TEST
   675  #errors
   676  Line: 1 Col: 3 Unexpected start tag (b). Expected DOCTYPE.
   677  Line: 1 Col: 10 End tag (b) violates step 1, paragraph 3 of the adoption agency algorithm.
   678  #document
   679  | <html>
   680  |   <head>
   681  |   <body>
   682  |     <b>
   683  |     <p>
   684  |       <b>
   685  |       "TEST"
   686  
   687  #data
   688  <p id=a><b><p id=b></b>TEST
   689  #errors
   690  Line: 1 Col: 8 Unexpected start tag (p). Expected DOCTYPE.
   691  Line: 1 Col: 19 Unexpected end tag (p). Ignored.
   692  Line: 1 Col: 23 End tag (b) violates step 1, paragraph 2 of the adoption agency algorithm.
   693  #document
   694  | <html>
   695  |   <head>
   696  |   <body>
   697  |     <p>
   698  |       id="a"
   699  |       <b>
   700  |     <p>
   701  |       id="b"
   702  |       "TEST"
   703  
   704  #data
   705  <b id=a><p><b id=b></p></b>TEST
   706  #errors
   707  Line: 1 Col: 8 Unexpected start tag (b). Expected DOCTYPE.
   708  Line: 1 Col: 23 Unexpected end tag (p). Ignored.
   709  Line: 1 Col: 27 End tag (b) violates step 1, paragraph 2 of the adoption agency algorithm.
   710  Line: 1 Col: 31 Expected closing tag. Unexpected end of file.
   711  #document
   712  | <html>
   713  |   <head>
   714  |   <body>
   715  |     <b>
   716  |       id="a"
   717  |       <p>
   718  |         <b>
   719  |           id="b"
   720  |       "TEST"
   721  
   722  #data
   723  <!DOCTYPE html><title>U-test</title><body><div><p>Test<u></p></div></body>
   724  #errors
   725  Line: 1 Col: 61 Unexpected end tag (p). Ignored.
   726  #document
   727  | <!DOCTYPE html>
   728  | <html>
   729  |   <head>
   730  |     <title>
   731  |       "U-test"
   732  |   <body>
   733  |     <div>
   734  |       <p>
   735  |         "Test"
   736  |         <u>
   737  
   738  #data
   739  <!DOCTYPE html><font><table></font></table></font>
   740  #errors
   741  Line: 1 Col: 35 Unexpected end tag (font) in table context caused voodoo mode.
   742  Line: 1 Col: 35 End tag (font) violates step 1, paragraph 1 of the adoption agency algorithm.
   743  #document
   744  | <!DOCTYPE html>
   745  | <html>
   746  |   <head>
   747  |   <body>
   748  |     <font>
   749  |       <table>
   750  
   751  #data
   752  <font><p>hello<b>cruel</font>world
   753  #errors
   754  Line: 1 Col: 6 Unexpected start tag (font). Expected DOCTYPE.
   755  Line: 1 Col: 29 End tag (font) violates step 1, paragraph 3 of the adoption agency algorithm.
   756  Line: 1 Col: 29 End tag (font) violates step 1, paragraph 3 of the adoption agency algorithm.
   757  Line: 1 Col: 34 Expected closing tag. Unexpected end of file.
   758  #document
   759  | <html>
   760  |   <head>
   761  |   <body>
   762  |     <font>
   763  |     <p>
   764  |       <font>
   765  |         "hello"
   766  |         <b>
   767  |           "cruel"
   768  |       <b>
   769  |         "world"
   770  
   771  #data
   772  <b>Test</i>Test
   773  #errors
   774  Line: 1 Col: 3 Unexpected start tag (b). Expected DOCTYPE.
   775  Line: 1 Col: 11 End tag (i) violates step 1, paragraph 1 of the adoption agency algorithm.
   776  Line: 1 Col: 15 Expected closing tag. Unexpected end of file.
   777  #document
   778  | <html>
   779  |   <head>
   780  |   <body>
   781  |     <b>
   782  |       "TestTest"
   783  
   784  #data
   785  <b>A<cite>B<div>C
   786  #errors
   787  Line: 1 Col: 3 Unexpected start tag (b). Expected DOCTYPE.
   788  Line: 1 Col: 17 Expected closing tag. Unexpected end of file.
   789  #document
   790  | <html>
   791  |   <head>
   792  |   <body>
   793  |     <b>
   794  |       "A"
   795  |       <cite>
   796  |         "B"
   797  |         <div>
   798  |           "C"
   799  
   800  #data
   801  <b>A<cite>B<div>C</cite>D
   802  #errors
   803  Line: 1 Col: 3 Unexpected start tag (b). Expected DOCTYPE.
   804  Line: 1 Col: 24 Unexpected end tag (cite). Ignored.
   805  Line: 1 Col: 25 Expected closing tag. Unexpected end of file.
   806  #document
   807  | <html>
   808  |   <head>
   809  |   <body>
   810  |     <b>
   811  |       "A"
   812  |       <cite>
   813  |         "B"
   814  |         <div>
   815  |           "CD"
   816  
   817  #data
   818  <b>A<cite>B<div>C</b>D
   819  #errors
   820  Line: 1 Col: 3 Unexpected start tag (b). Expected DOCTYPE.
   821  Line: 1 Col: 21 End tag (b) violates step 1, paragraph 3 of the adoption agency algorithm.
   822  Line: 1 Col: 22 Expected closing tag. Unexpected end of file.
   823  #document
   824  | <html>
   825  |   <head>
   826  |   <body>
   827  |     <b>
   828  |       "A"
   829  |       <cite>
   830  |         "B"
   831  |     <div>
   832  |       <b>
   833  |         "C"
   834  |       "D"
   835  
   836  #data
   837  
   838  #errors
   839  Line: 1 Col: 0 Unexpected End of file. Expected DOCTYPE.
   840  #document
   841  | <html>
   842  |   <head>
   843  |   <body>
   844  
   845  #data
   846  <DIV>
   847  #errors
   848  Line: 1 Col: 5 Unexpected start tag (div). Expected DOCTYPE.
   849  Line: 1 Col: 5 Expected closing tag. Unexpected end of file.
   850  #document
   851  | <html>
   852  |   <head>
   853  |   <body>
   854  |     <div>
   855  
   856  #data
   857  <DIV> abc
   858  #errors
   859  Line: 1 Col: 5 Unexpected start tag (div). Expected DOCTYPE.
   860  Line: 1 Col: 9 Expected closing tag. Unexpected end of file.
   861  #document
   862  | <html>
   863  |   <head>
   864  |   <body>
   865  |     <div>
   866  |       " abc"
   867  
   868  #data
   869  <DIV> abc <B>
   870  #errors
   871  Line: 1 Col: 5 Unexpected start tag (div). Expected DOCTYPE.
   872  Line: 1 Col: 13 Expected closing tag. Unexpected end of file.
   873  #document
   874  | <html>
   875  |   <head>
   876  |   <body>
   877  |     <div>
   878  |       " abc "
   879  |       <b>
   880  
   881  #data
   882  <DIV> abc <B> def
   883  #errors
   884  Line: 1 Col: 5 Unexpected start tag (div). Expected DOCTYPE.
   885  Line: 1 Col: 17 Expected closing tag. Unexpected end of file.
   886  #document
   887  | <html>
   888  |   <head>
   889  |   <body>
   890  |     <div>
   891  |       " abc "
   892  |       <b>
   893  |         " def"
   894  
   895  #data
   896  <DIV> abc <B> def <I>
   897  #errors
   898  Line: 1 Col: 5 Unexpected start tag (div). Expected DOCTYPE.
   899  Line: 1 Col: 21 Expected closing tag. Unexpected end of file.
   900  #document
   901  | <html>
   902  |   <head>
   903  |   <body>
   904  |     <div>
   905  |       " abc "
   906  |       <b>
   907  |         " def "
   908  |         <i>
   909  
   910  #data
   911  <DIV> abc <B> def <I> ghi
   912  #errors
   913  Line: 1 Col: 5 Unexpected start tag (div). Expected DOCTYPE.
   914  Line: 1 Col: 25 Expected closing tag. Unexpected end of file.
   915  #document
   916  | <html>
   917  |   <head>
   918  |   <body>
   919  |     <div>
   920  |       " abc "
   921  |       <b>
   922  |         " def "
   923  |         <i>
   924  |           " ghi"
   925  
   926  #data
   927  <DIV> abc <B> def <I> ghi <P>
   928  #errors
   929  Line: 1 Col: 5 Unexpected start tag (div). Expected DOCTYPE.
   930  Line: 1 Col: 29 Expected closing tag. Unexpected end of file.
   931  #document
   932  | <html>
   933  |   <head>
   934  |   <body>
   935  |     <div>
   936  |       " abc "
   937  |       <b>
   938  |         " def "
   939  |         <i>
   940  |           " ghi "
   941  |           <p>
   942  
   943  #data
   944  <DIV> abc <B> def <I> ghi <P> jkl
   945  #errors
   946  Line: 1 Col: 5 Unexpected start tag (div). Expected DOCTYPE.
   947  Line: 1 Col: 33 Expected closing tag. Unexpected end of file.
   948  #document
   949  | <html>
   950  |   <head>
   951  |   <body>
   952  |     <div>
   953  |       " abc "
   954  |       <b>
   955  |         " def "
   956  |         <i>
   957  |           " ghi "
   958  |           <p>
   959  |             " jkl"
   960  
   961  #data
   962  <DIV> abc <B> def <I> ghi <P> jkl </B>
   963  #errors
   964  Line: 1 Col: 5 Unexpected start tag (div). Expected DOCTYPE.
   965  Line: 1 Col: 38 End tag (b) violates step 1, paragraph 3 of the adoption agency algorithm.
   966  Line: 1 Col: 38 Expected closing tag. Unexpected end of file.
   967  #document
   968  | <html>
   969  |   <head>
   970  |   <body>
   971  |     <div>
   972  |       " abc "
   973  |       <b>
   974  |         " def "
   975  |         <i>
   976  |           " ghi "
   977  |       <i>
   978  |         <p>
   979  |           <b>
   980  |             " jkl "
   981  
   982  #data
   983  <DIV> abc <B> def <I> ghi <P> jkl </B> mno
   984  #errors
   985  Line: 1 Col: 5 Unexpected start tag (div). Expected DOCTYPE.
   986  Line: 1 Col: 38 End tag (b) violates step 1, paragraph 3 of the adoption agency algorithm.
   987  Line: 1 Col: 42 Expected closing tag. Unexpected end of file.
   988  #document
   989  | <html>
   990  |   <head>
   991  |   <body>
   992  |     <div>
   993  |       " abc "
   994  |       <b>
   995  |         " def "
   996  |         <i>
   997  |           " ghi "
   998  |       <i>
   999  |         <p>
  1000  |           <b>
  1001  |             " jkl "
  1002  |           " mno"
  1003  
  1004  #data
  1005  <DIV> abc <B> def <I> ghi <P> jkl </B> mno </I>
  1006  #errors
  1007  Line: 1 Col: 5 Unexpected start tag (div). Expected DOCTYPE.
  1008  Line: 1 Col: 38 End tag (b) violates step 1, paragraph 3 of the adoption agency algorithm.
  1009  Line: 1 Col: 47 End tag (i) violates step 1, paragraph 3 of the adoption agency algorithm.
  1010  Line: 1 Col: 47 Expected closing tag. Unexpected end of file.
  1011  #document
  1012  | <html>
  1013  |   <head>
  1014  |   <body>
  1015  |     <div>
  1016  |       " abc "
  1017  |       <b>
  1018  |         " def "
  1019  |         <i>
  1020  |           " ghi "
  1021  |       <i>
  1022  |       <p>
  1023  |         <i>
  1024  |           <b>
  1025  |             " jkl "
  1026  |           " mno "
  1027  
  1028  #data
  1029  <DIV> abc <B> def <I> ghi <P> jkl </B> mno </I> pqr
  1030  #errors
  1031  Line: 1 Col: 5 Unexpected start tag (div). Expected DOCTYPE.
  1032  Line: 1 Col: 38 End tag (b) violates step 1, paragraph 3 of the adoption agency algorithm.
  1033  Line: 1 Col: 47 End tag (i) violates step 1, paragraph 3 of the adoption agency algorithm.
  1034  Line: 1 Col: 51 Expected closing tag. Unexpected end of file.
  1035  #document
  1036  | <html>
  1037  |   <head>
  1038  |   <body>
  1039  |     <div>
  1040  |       " abc "
  1041  |       <b>
  1042  |         " def "
  1043  |         <i>
  1044  |           " ghi "
  1045  |       <i>
  1046  |       <p>
  1047  |         <i>
  1048  |           <b>
  1049  |             " jkl "
  1050  |           " mno "
  1051  |         " pqr"
  1052  
  1053  #data
  1054  <DIV> abc <B> def <I> ghi <P> jkl </B> mno </I> pqr </P>
  1055  #errors
  1056  Line: 1 Col: 5 Unexpected start tag (div). Expected DOCTYPE.
  1057  Line: 1 Col: 38 End tag (b) violates step 1, paragraph 3 of the adoption agency algorithm.
  1058  Line: 1 Col: 47 End tag (i) violates step 1, paragraph 3 of the adoption agency algorithm.
  1059  Line: 1 Col: 56 Expected closing tag. Unexpected end of file.
  1060  #document
  1061  | <html>
  1062  |   <head>
  1063  |   <body>
  1064  |     <div>
  1065  |       " abc "
  1066  |       <b>
  1067  |         " def "
  1068  |         <i>
  1069  |           " ghi "
  1070  |       <i>
  1071  |       <p>
  1072  |         <i>
  1073  |           <b>
  1074  |             " jkl "
  1075  |           " mno "
  1076  |         " pqr "
  1077  
  1078  #data
  1079  <DIV> abc <B> def <I> ghi <P> jkl </B> mno </I> pqr </P> stu
  1080  #errors
  1081  Line: 1 Col: 5 Unexpected start tag (div). Expected DOCTYPE.
  1082  Line: 1 Col: 38 End tag (b) violates step 1, paragraph 3 of the adoption agency algorithm.
  1083  Line: 1 Col: 47 End tag (i) violates step 1, paragraph 3 of the adoption agency algorithm.
  1084  Line: 1 Col: 60 Expected closing tag. Unexpected end of file.
  1085  #document
  1086  | <html>
  1087  |   <head>
  1088  |   <body>
  1089  |     <div>
  1090  |       " abc "
  1091  |       <b>
  1092  |         " def "
  1093  |         <i>
  1094  |           " ghi "
  1095  |       <i>
  1096  |       <p>
  1097  |         <i>
  1098  |           <b>
  1099  |             " jkl "
  1100  |           " mno "
  1101  |         " pqr "
  1102  |       " stu"
  1103  
  1104  #data
  1105  <test attribute---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
  1106  #errors
  1107  Line: 1 Col: 1040 Unexpected start tag (test). Expected DOCTYPE.
  1108  Line: 1 Col: 1040 Expected closing tag. Unexpected end of file.
  1109  #document
  1110  | <html>
  1111  |   <head>
  1112  |   <body>
  1113  |     <test>
  1114  |       attribute----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------=""
  1115  
  1116  #data
  1117  <a href="blah">aba<table><a href="foo">br<tr><td></td></tr>x</table>aoe
  1118  #errors
  1119  Line: 1 Col: 15 Unexpected start tag (a). Expected DOCTYPE.
  1120  Line: 1 Col: 39 Unexpected start tag (a) in table context caused voodoo mode.
  1121  Line: 1 Col: 39 Unexpected start tag (a) implies end tag (a).
  1122  Line: 1 Col: 39 End tag (a) violates step 1, paragraph 1 of the adoption agency algorithm.
  1123  Line: 1 Col: 45 Unexpected implied end tag (a) in the table phase.
  1124  Line: 1 Col: 68 Unexpected implied end tag (a) in the table phase.
  1125  Line: 1 Col: 71 Expected closing tag. Unexpected end of file.
  1126  
  1127  #document
  1128  | <html>
  1129  |   <head>
  1130  |   <body>
  1131  |     <a>
  1132  |       href="blah"
  1133  |       "aba"
  1134  |       <a>
  1135  |         href="foo"
  1136  |         "br"
  1137  |       <a>
  1138  |         href="foo"
  1139  |         "x"
  1140  |       <table>
  1141  |         <tbody>
  1142  |           <tr>
  1143  |             <td>
  1144  |     <a>
  1145  |       href="foo"
  1146  |       "aoe"
  1147  
  1148  #data
  1149  <a href="blah">aba<table><tr><td><a href="foo">br</td></tr>x</table>aoe
  1150  #errors
  1151  Line: 1 Col: 15 Unexpected start tag (a). Expected DOCTYPE.
  1152  Line: 1 Col: 54 Got table cell end tag (td) while required end tags are missing.
  1153  Line: 1 Col: 60 Unexpected non-space characters in table context caused voodoo mode.
  1154  Line: 1 Col: 71 Expected closing tag. Unexpected end of file.
  1155  #document
  1156  | <html>
  1157  |   <head>
  1158  |   <body>
  1159  |     <a>
  1160  |       href="blah"
  1161  |       "abax"
  1162  |       <table>
  1163  |         <tbody>
  1164  |           <tr>
  1165  |             <td>
  1166  |               <a>
  1167  |                 href="foo"
  1168  |                 "br"
  1169  |       "aoe"
  1170  
  1171  #data
  1172  <table><a href="blah">aba<tr><td><a href="foo">br</td></tr>x</table>aoe
  1173  #errors
  1174  Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE.
  1175  Line: 1 Col: 22 Unexpected start tag (a) in table context caused voodoo mode.
  1176  Line: 1 Col: 29 Unexpected implied end tag (a) in the table phase.
  1177  Line: 1 Col: 54 Got table cell end tag (td) while required end tags are missing.
  1178  Line: 1 Col: 68 Unexpected implied end tag (a) in the table phase.
  1179  Line: 1 Col: 71 Expected closing tag. Unexpected end of file.
  1180  #document
  1181  | <html>
  1182  |   <head>
  1183  |   <body>
  1184  |     <a>
  1185  |       href="blah"
  1186  |       "aba"
  1187  |     <a>
  1188  |       href="blah"
  1189  |       "x"
  1190  |     <table>
  1191  |       <tbody>
  1192  |         <tr>
  1193  |           <td>
  1194  |             <a>
  1195  |               href="foo"
  1196  |               "br"
  1197  |     <a>
  1198  |       href="blah"
  1199  |       "aoe"
  1200  
  1201  #data
  1202  <a href=a>aa<marquee>aa<a href=b>bb</marquee>aa
  1203  #errors
  1204  Line: 1 Col: 10 Unexpected start tag (a). Expected DOCTYPE.
  1205  Line: 1 Col: 45 End tag (marquee) seen too early. Expected other end tag.
  1206  Line: 1 Col: 47 Expected closing tag. Unexpected end of file.
  1207  #document
  1208  | <html>
  1209  |   <head>
  1210  |   <body>
  1211  |     <a>
  1212  |       href="a"
  1213  |       "aa"
  1214  |       <marquee>
  1215  |         "aa"
  1216  |         <a>
  1217  |           href="b"
  1218  |           "bb"
  1219  |       "aa"
  1220  
  1221  #data
  1222  <wbr><strike><code></strike><code><strike></code>
  1223  #errors
  1224  Line: 1 Col: 5 Unexpected start tag (wbr). Expected DOCTYPE.
  1225  Line: 1 Col: 28 End tag (strike) violates step 1, paragraph 3 of the adoption agency algorithm.
  1226  Line: 1 Col: 49 Unexpected end tag (code). Ignored.
  1227  #document
  1228  | <html>
  1229  |   <head>
  1230  |   <body>
  1231  |     <wbr>
  1232  |     <strike>
  1233  |       <code>
  1234  |     <code>
  1235  |       <code>
  1236  |         <strike>
  1237  
  1238  #data
  1239  <!DOCTYPE html><spacer>foo
  1240  #errors
  1241  26: End of file seen and there were open elements.
  1242  #document
  1243  | <!DOCTYPE html>
  1244  | <html>
  1245  |   <head>
  1246  |   <body>
  1247  |     <spacer>
  1248  |       "foo"
  1249  
  1250  #data
  1251  <title><meta></title><link><title><meta></title>
  1252  #errors
  1253  Line: 1 Col: 7 Unexpected start tag (title). Expected DOCTYPE.
  1254  #document
  1255  | <html>
  1256  |   <head>
  1257  |     <title>
  1258  |       "<meta>"
  1259  |     <link>
  1260  |     <title>
  1261  |       "<meta>"
  1262  |   <body>
  1263  
  1264  #data
  1265  <style><!--</style><meta><script>--><link></script>
  1266  #errors
  1267  Line: 1 Col: 7 Unexpected start tag (style). Expected DOCTYPE.
  1268  Line: 1 Col: 51 Unexpected end of file. Expected end tag (style).
  1269  #document
  1270  | <html>
  1271  |   <head>
  1272  |     <style>
  1273  |       "<!--"
  1274  |     <meta>
  1275  |     <script>
  1276  |       "--><link>"
  1277  |   <body>
  1278  
  1279  #data
  1280  <head><meta></head><link>
  1281  #errors
  1282  Line: 1 Col: 6 Unexpected start tag (head). Expected DOCTYPE.
  1283  Line: 1 Col: 25 Unexpected start tag (link) that can be in head. Moved.
  1284  #document
  1285  | <html>
  1286  |   <head>
  1287  |     <meta>
  1288  |     <link>
  1289  |   <body>
  1290  
  1291  #data
  1292  <table><tr><tr><td><td><span><th><span>X</table>
  1293  #errors
  1294  Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE.
  1295  Line: 1 Col: 33 Got table cell end tag (td) while required end tags are missing.
  1296  Line: 1 Col: 48 Got table cell end tag (th) while required end tags are missing.
  1297  #document
  1298  | <html>
  1299  |   <head>
  1300  |   <body>
  1301  |     <table>
  1302  |       <tbody>
  1303  |         <tr>
  1304  |         <tr>
  1305  |           <td>
  1306  |           <td>
  1307  |             <span>
  1308  |           <th>
  1309  |             <span>
  1310  |               "X"
  1311  
  1312  #data
  1313  <body><body><base><link><meta><title><p></title><body><p></body>
  1314  #errors
  1315  Line: 1 Col: 6 Unexpected start tag (body). Expected DOCTYPE.
  1316  Line: 1 Col: 12 Unexpected start tag (body).
  1317  Line: 1 Col: 54 Unexpected start tag (body).
  1318  Line: 1 Col: 64 Unexpected end tag (p). Missing end tag (body).
  1319  #document
  1320  | <html>
  1321  |   <head>
  1322  |   <body>
  1323  |     <base>
  1324  |     <link>
  1325  |     <meta>
  1326  |     <title>
  1327  |       "<p>"
  1328  |     <p>
  1329  
  1330  #data
  1331  <textarea><p></textarea>
  1332  #errors
  1333  Line: 1 Col: 10 Unexpected start tag (textarea). Expected DOCTYPE.
  1334  #document
  1335  | <html>
  1336  |   <head>
  1337  |   <body>
  1338  |     <textarea>
  1339  |       "<p>"
  1340  
  1341  #data
  1342  <p><image></p>
  1343  #errors
  1344  Line: 1 Col: 3 Unexpected start tag (p). Expected DOCTYPE.
  1345  Line: 1 Col: 10 Unexpected start tag (image). Treated as img.
  1346  #document
  1347  | <html>
  1348  |   <head>
  1349  |   <body>
  1350  |     <p>
  1351  |       <img>
  1352  
  1353  #data
  1354  <a><table><a></table><p><a><div><a>
  1355  #errors
  1356  Line: 1 Col: 3 Unexpected start tag (a). Expected DOCTYPE.
  1357  Line: 1 Col: 13 Unexpected start tag (a) in table context caused voodoo mode.
  1358  Line: 1 Col: 13 Unexpected start tag (a) implies end tag (a).
  1359  Line: 1 Col: 13 End tag (a) violates step 1, paragraph 1 of the adoption agency algorithm.
  1360  Line: 1 Col: 21 Unexpected end tag (table). Expected end tag (a).
  1361  Line: 1 Col: 27 Unexpected start tag (a) implies end tag (a).
  1362  Line: 1 Col: 27 End tag (a) violates step 1, paragraph 2 of the adoption agency algorithm.
  1363  Line: 1 Col: 32 Unexpected end tag (p). Ignored.
  1364  Line: 1 Col: 35 Unexpected start tag (a) implies end tag (a).
  1365  Line: 1 Col: 35 End tag (a) violates step 1, paragraph 2 of the adoption agency algorithm.
  1366  Line: 1 Col: 35 Expected closing tag. Unexpected end of file.
  1367  #document
  1368  | <html>
  1369  |   <head>
  1370  |   <body>
  1371  |     <a>
  1372  |       <a>
  1373  |       <table>
  1374  |     <p>
  1375  |       <a>
  1376  |     <div>
  1377  |       <a>
  1378  
  1379  #data
  1380  <head></p><meta><p>
  1381  #errors
  1382  Line: 1 Col: 6 Unexpected start tag (head). Expected DOCTYPE.
  1383  Line: 1 Col: 10 Unexpected end tag (p). Ignored.
  1384  #document
  1385  | <html>
  1386  |   <head>
  1387  |     <meta>
  1388  |   <body>
  1389  |     <p>
  1390  
  1391  #data
  1392  <head></html><meta><p>
  1393  #errors
  1394  Line: 1 Col: 6 Unexpected start tag (head). Expected DOCTYPE.
  1395  Line: 1 Col: 19 Unexpected start tag (meta).
  1396  #document
  1397  | <html>
  1398  |   <head>
  1399  |   <body>
  1400  |     <meta>
  1401  |     <p>
  1402  
  1403  #data
  1404  <b><table><td><i></table>
  1405  #errors
  1406  Line: 1 Col: 3 Unexpected start tag (b). Expected DOCTYPE.
  1407  Line: 1 Col: 14 Unexpected table cell start tag (td) in the table body phase.
  1408  Line: 1 Col: 25 Got table cell end tag (td) while required end tags are missing.
  1409  Line: 1 Col: 25 Expected closing tag. Unexpected end of file.
  1410  #document
  1411  | <html>
  1412  |   <head>
  1413  |   <body>
  1414  |     <b>
  1415  |       <table>
  1416  |         <tbody>
  1417  |           <tr>
  1418  |             <td>
  1419  |               <i>
  1420  
  1421  #data
  1422  <b><table><td></b><i></table>
  1423  #errors
  1424  Line: 1 Col: 3 Unexpected start tag (b). Expected DOCTYPE.
  1425  Line: 1 Col: 14 Unexpected table cell start tag (td) in the table body phase.
  1426  Line: 1 Col: 18 End tag (b) violates step 1, paragraph 1 of the adoption agency algorithm.
  1427  Line: 1 Col: 29 Got table cell end tag (td) while required end tags are missing.
  1428  Line: 1 Col: 29 Expected closing tag. Unexpected end of file.
  1429  #document
  1430  | <html>
  1431  |   <head>
  1432  |   <body>
  1433  |     <b>
  1434  |       <table>
  1435  |         <tbody>
  1436  |           <tr>
  1437  |             <td>
  1438  |               <i>
  1439  
  1440  #data
  1441  <h1><h2>
  1442  #errors
  1443  4: Start tag seen without seeing a doctype first. Expected “<!DOCTYPE html>”.
  1444  8: Heading cannot be a child of another heading.
  1445  8: End of file seen and there were open elements.
  1446  #document
  1447  | <html>
  1448  |   <head>
  1449  |   <body>
  1450  |     <h1>
  1451  |     <h2>
  1452  
  1453  #data
  1454  <a><p><a></a></p></a>
  1455  #errors
  1456  Line: 1 Col: 3 Unexpected start tag (a). Expected DOCTYPE.
  1457  Line: 1 Col: 9 Unexpected start tag (a) implies end tag (a).
  1458  Line: 1 Col: 9 End tag (a) violates step 1, paragraph 3 of the adoption agency algorithm.
  1459  Line: 1 Col: 21 End tag (a) violates step 1, paragraph 1 of the adoption agency algorithm.
  1460  #document
  1461  | <html>
  1462  |   <head>
  1463  |   <body>
  1464  |     <a>
  1465  |     <p>
  1466  |       <a>
  1467  |       <a>
  1468  
  1469  #data
  1470  <b><button></b></button></b>
  1471  #errors
  1472  Line: 1 Col: 3 Unexpected start tag (b). Expected DOCTYPE.
  1473  Line: 1 Col: 15 End tag (b) violates step 1, paragraph 1 of the adoption agency algorithm.
  1474  #document
  1475  | <html>
  1476  |   <head>
  1477  |   <body>
  1478  |     <b>
  1479  |     <button>
  1480  |       <b>
  1481  
  1482  #data
  1483  <p><b><div><marquee></p></b></div>
  1484  #errors
  1485  Line: 1 Col: 3 Unexpected start tag (p). Expected DOCTYPE.
  1486  Line: 1 Col: 11 Unexpected end tag (p). Ignored.
  1487  Line: 1 Col: 24 Unexpected end tag (p). Ignored.
  1488  Line: 1 Col: 28 End tag (b) violates step 1, paragraph 1 of the adoption agency algorithm.
  1489  Line: 1 Col: 34 End tag (div) seen too early. Expected other end tag.
  1490  Line: 1 Col: 34 Expected closing tag. Unexpected end of file.
  1491  #document
  1492  | <html>
  1493  |   <head>
  1494  |   <body>
  1495  |     <p>
  1496  |       <b>
  1497  |     <div>
  1498  |       <b>
  1499  |         <marquee>
  1500  |           <p>
  1501  
  1502  #data
  1503  <script></script></div><title></title><p><p>
  1504  #errors
  1505  Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
  1506  Line: 1 Col: 23 Unexpected end tag (div). Ignored.
  1507  #document
  1508  | <html>
  1509  |   <head>
  1510  |     <script>
  1511  |     <title>
  1512  |   <body>
  1513  |     <p>
  1514  |     <p>
  1515  
  1516  #data
  1517  <p><hr></p>
  1518  #errors
  1519  Line: 1 Col: 3 Unexpected start tag (p). Expected DOCTYPE.
  1520  Line: 1 Col: 11 Unexpected end tag (p). Ignored.
  1521  #document
  1522  | <html>
  1523  |   <head>
  1524  |   <body>
  1525  |     <p>
  1526  |     <hr>
  1527  |     <p>
  1528  
  1529  #data
  1530  <select><b><option><select><option></b></select>
  1531  #errors
  1532  Line: 1 Col: 8 Unexpected start tag (select). Expected DOCTYPE.
  1533  Line: 1 Col: 11 Unexpected start tag token (b) in the select phase. Ignored.
  1534  Line: 1 Col: 27 Unexpected select start tag in the select phase treated as select end tag.
  1535  Line: 1 Col: 39 End tag (b) violates step 1, paragraph 1 of the adoption agency algorithm.
  1536  Line: 1 Col: 48 Unexpected end tag (select). Ignored.
  1537  Line: 1 Col: 48 Expected closing tag. Unexpected end of file.
  1538  #document
  1539  | <html>
  1540  |   <head>
  1541  |   <body>
  1542  |     <select>
  1543  |       <option>
  1544  |     <option>
  1545  
  1546  #data
  1547  <html><head><title></title><body></body></html>
  1548  #errors
  1549  Line: 1 Col: 6 Unexpected start tag (html). Expected DOCTYPE.
  1550  #document
  1551  | <html>
  1552  |   <head>
  1553  |     <title>
  1554  |   <body>
  1555  
  1556  #data
  1557  <a><table><td><a><table></table><a></tr><a></table><a>
  1558  #errors
  1559  Line: 1 Col: 3 Unexpected start tag (a). Expected DOCTYPE.
  1560  Line: 1 Col: 14 Unexpected table cell start tag (td) in the table body phase.
  1561  Line: 1 Col: 35 Unexpected start tag (a) implies end tag (a).
  1562  Line: 1 Col: 40 Got table cell end tag (td) while required end tags are missing.
  1563  Line: 1 Col: 43 Unexpected start tag (a) in table context caused voodoo mode.
  1564  Line: 1 Col: 43 Unexpected start tag (a) implies end tag (a).
  1565  Line: 1 Col: 43 End tag (a) violates step 1, paragraph 1 of the adoption agency algorithm.
  1566  Line: 1 Col: 51 Unexpected implied end tag (a) in the table phase.
  1567  Line: 1 Col: 54 Unexpected start tag (a) implies end tag (a).
  1568  Line: 1 Col: 54 End tag (a) violates step 1, paragraph 2 of the adoption agency algorithm.
  1569  Line: 1 Col: 54 Expected closing tag. Unexpected end of file.
  1570  #document
  1571  | <html>
  1572  |   <head>
  1573  |   <body>
  1574  |     <a>
  1575  |       <a>
  1576  |       <table>
  1577  |         <tbody>
  1578  |           <tr>
  1579  |             <td>
  1580  |               <a>
  1581  |                 <table>
  1582  |               <a>
  1583  |     <a>
  1584  
  1585  #data
  1586  <ul><li></li><div><li></div><li><li><div><li><address><li><b><em></b><li></ul>
  1587  #errors
  1588  Line: 1 Col: 4 Unexpected start tag (ul). Expected DOCTYPE.
  1589  Line: 1 Col: 45 Missing end tag (div, li).
  1590  Line: 1 Col: 58 Missing end tag (address, li).
  1591  Line: 1 Col: 69 End tag (b) violates step 1, paragraph 3 of the adoption agency algorithm.
  1592  #document
  1593  | <html>
  1594  |   <head>
  1595  |   <body>
  1596  |     <ul>
  1597  |       <li>
  1598  |       <div>
  1599  |         <li>
  1600  |       <li>
  1601  |       <li>
  1602  |         <div>
  1603  |       <li>
  1604  |         <address>
  1605  |       <li>
  1606  |         <b>
  1607  |           <em>
  1608  |       <li>
  1609  
  1610  #data
  1611  <ul><li><ul></li><li>a</li></ul></li></ul>
  1612  #errors
  1613  XXX: fix me
  1614  #document
  1615  | <html>
  1616  |   <head>
  1617  |   <body>
  1618  |     <ul>
  1619  |       <li>
  1620  |         <ul>
  1621  |           <li>
  1622  |             "a"
  1623  
  1624  #data
  1625  <frameset><frame><frameset><frame></frameset><noframes></noframes></frameset>
  1626  #errors
  1627  Line: 1 Col: 10 Unexpected start tag (frameset). Expected DOCTYPE.
  1628  #document
  1629  | <html>
  1630  |   <head>
  1631  |   <frameset>
  1632  |     <frame>
  1633  |     <frameset>
  1634  |       <frame>
  1635  |     <noframes>
  1636  
  1637  #data
  1638  <h1><table><td><h3></table><h3></h1>
  1639  #errors
  1640  4: Start tag seen without seeing a doctype first. Expected “<!DOCTYPE html>”.
  1641  15: “td” start tag in table body.
  1642  27: Unclosed elements.
  1643  31: Heading cannot be a child of another heading.
  1644  36: End tag “h1” seen but there were unclosed elements.
  1645  #document
  1646  | <html>
  1647  |   <head>
  1648  |   <body>
  1649  |     <h1>
  1650  |       <table>
  1651  |         <tbody>
  1652  |           <tr>
  1653  |             <td>
  1654  |               <h3>
  1655  |     <h3>
  1656  
  1657  #data
  1658  <table><colgroup><col><colgroup><col><col><col><colgroup><col><col><thead><tr><td></table>
  1659  #errors
  1660  Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE.
  1661  #document
  1662  | <html>
  1663  |   <head>
  1664  |   <body>
  1665  |     <table>
  1666  |       <colgroup>
  1667  |         <col>
  1668  |       <colgroup>
  1669  |         <col>
  1670  |         <col>
  1671  |         <col>
  1672  |       <colgroup>
  1673  |         <col>
  1674  |         <col>
  1675  |       <thead>
  1676  |         <tr>
  1677  |           <td>
  1678  
  1679  #data
  1680  <table><col><tbody><col><tr><col><td><col></table><col>
  1681  #errors
  1682  Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE.
  1683  Line: 1 Col: 37 Unexpected table cell start tag (td) in the table body phase.
  1684  Line: 1 Col: 55 Unexpected start tag col. Ignored.
  1685  #document
  1686  | <html>
  1687  |   <head>
  1688  |   <body>
  1689  |     <table>
  1690  |       <colgroup>
  1691  |         <col>
  1692  |       <tbody>
  1693  |       <colgroup>
  1694  |         <col>
  1695  |       <tbody>
  1696  |         <tr>
  1697  |       <colgroup>
  1698  |         <col>
  1699  |       <tbody>
  1700  |         <tr>
  1701  |           <td>
  1702  |       <colgroup>
  1703  |         <col>
  1704  
  1705  #data
  1706  <table><colgroup><tbody><colgroup><tr><colgroup><td><colgroup></table><colgroup>
  1707  #errors
  1708  Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE.
  1709  Line: 1 Col: 52 Unexpected table cell start tag (td) in the table body phase.
  1710  Line: 1 Col: 80 Unexpected start tag colgroup. Ignored.
  1711  #document
  1712  | <html>
  1713  |   <head>
  1714  |   <body>
  1715  |     <table>
  1716  |       <colgroup>
  1717  |       <tbody>
  1718  |       <colgroup>
  1719  |       <tbody>
  1720  |         <tr>
  1721  |       <colgroup>
  1722  |       <tbody>
  1723  |         <tr>
  1724  |           <td>
  1725  |       <colgroup>
  1726  
  1727  #data
  1728  </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>
  1729  #errors
  1730  Line: 1 Col: 9 Unexpected end tag (strong). Expected DOCTYPE.
  1731  Line: 1 Col: 9 Unexpected end tag (strong) after the (implied) root element.
  1732  Line: 1 Col: 13 Unexpected end tag (b) after the (implied) root element.
  1733  Line: 1 Col: 18 Unexpected end tag (em) after the (implied) root element.
  1734  Line: 1 Col: 22 Unexpected end tag (i) after the (implied) root element.
  1735  Line: 1 Col: 26 Unexpected end tag (u) after the (implied) root element.
  1736  Line: 1 Col: 35 Unexpected end tag (strike) after the (implied) root element.
  1737  Line: 1 Col: 39 Unexpected end tag (s) after the (implied) root element.
  1738  Line: 1 Col: 47 Unexpected end tag (blink) after the (implied) root element.
  1739  Line: 1 Col: 52 Unexpected end tag (tt) after the (implied) root element.
  1740  Line: 1 Col: 58 Unexpected end tag (pre) after the (implied) root element.
  1741  Line: 1 Col: 64 Unexpected end tag (big) after the (implied) root element.
  1742  Line: 1 Col: 72 Unexpected end tag (small) after the (implied) root element.
  1743  Line: 1 Col: 79 Unexpected end tag (font) after the (implied) root element.
  1744  Line: 1 Col: 88 Unexpected end tag (select) after the (implied) root element.
  1745  Line: 1 Col: 93 Unexpected end tag (h1) after the (implied) root element.
  1746  Line: 1 Col: 98 Unexpected end tag (h2) after the (implied) root element.
  1747  Line: 1 Col: 103 Unexpected end tag (h3) after the (implied) root element.
  1748  Line: 1 Col: 108 Unexpected end tag (h4) after the (implied) root element.
  1749  Line: 1 Col: 113 Unexpected end tag (h5) after the (implied) root element.
  1750  Line: 1 Col: 118 Unexpected end tag (h6) after the (implied) root element.
  1751  Line: 1 Col: 125 Unexpected end tag (body) after the (implied) root element.
  1752  Line: 1 Col: 130 Unexpected end tag (br). Treated as br element.
  1753  Line: 1 Col: 134 End tag (a) violates step 1, paragraph 1 of the adoption agency algorithm.
  1754  Line: 1 Col: 140 This element (img) has no end tag.
  1755  Line: 1 Col: 148 Unexpected end tag (title). Ignored.
  1756  Line: 1 Col: 155 Unexpected end tag (span). Ignored.
  1757  Line: 1 Col: 163 Unexpected end tag (style). Ignored.
  1758  Line: 1 Col: 172 Unexpected end tag (script). Ignored.
  1759  Line: 1 Col: 180 Unexpected end tag (table). Ignored.
  1760  Line: 1 Col: 185 Unexpected end tag (th). Ignored.
  1761  Line: 1 Col: 190 Unexpected end tag (td). Ignored.
  1762  Line: 1 Col: 195 Unexpected end tag (tr). Ignored.
  1763  Line: 1 Col: 203 This element (frame) has no end tag.
  1764  Line: 1 Col: 210 This element (area) has no end tag.
  1765  Line: 1 Col: 217 Unexpected end tag (link). Ignored.
  1766  Line: 1 Col: 225 This element (param) has no end tag.
  1767  Line: 1 Col: 230 This element (hr) has no end tag.
  1768  Line: 1 Col: 238 This element (input) has no end tag.
  1769  Line: 1 Col: 244 Unexpected end tag (col). Ignored.
  1770  Line: 1 Col: 251 Unexpected end tag (base). Ignored.
  1771  Line: 1 Col: 258 Unexpected end tag (meta). Ignored.
  1772  Line: 1 Col: 269 This element (basefont) has no end tag.
  1773  Line: 1 Col: 279 This element (bgsound) has no end tag.
  1774  Line: 1 Col: 287 This element (embed) has no end tag.
  1775  Line: 1 Col: 296 This element (spacer) has no end tag.
  1776  Line: 1 Col: 300 Unexpected end tag (p). Ignored.
  1777  Line: 1 Col: 305 End tag (dd) seen too early. Expected other end tag.
  1778  Line: 1 Col: 310 End tag (dt) seen too early. Expected other end tag.
  1779  Line: 1 Col: 320 Unexpected end tag (caption). Ignored.
  1780  Line: 1 Col: 331 Unexpected end tag (colgroup). Ignored.
  1781  Line: 1 Col: 339 Unexpected end tag (tbody). Ignored.
  1782  Line: 1 Col: 347 Unexpected end tag (tfoot). Ignored.
  1783  Line: 1 Col: 355 Unexpected end tag (thead). Ignored.
  1784  Line: 1 Col: 365 End tag (address) seen too early. Expected other end tag.
  1785  Line: 1 Col: 378 End tag (blockquote) seen too early. Expected other end tag.
  1786  Line: 1 Col: 387 End tag (center) seen too early. Expected other end tag.
  1787  Line: 1 Col: 393 Unexpected end tag (dir). Ignored.
  1788  Line: 1 Col: 399 End tag (div) seen too early. Expected other end tag.
  1789  Line: 1 Col: 404 End tag (dl) seen too early. Expected other end tag.
  1790  Line: 1 Col: 415 End tag (fieldset) seen too early. Expected other end tag.
  1791  Line: 1 Col: 425 End tag (listing) seen too early. Expected other end tag.
  1792  Line: 1 Col: 432 End tag (menu) seen too early. Expected other end tag.
  1793  Line: 1 Col: 437 End tag (ol) seen too early. Expected other end tag.
  1794  Line: 1 Col: 442 End tag (ul) seen too early. Expected other end tag.
  1795  Line: 1 Col: 447 End tag (li) seen too early. Expected other end tag.
  1796  Line: 1 Col: 454 End tag (nobr) violates step 1, paragraph 1 of the adoption agency algorithm.
  1797  Line: 1 Col: 460 This element (wbr) has no end tag.
  1798  Line: 1 Col: 476 End tag (button) seen too early. Expected other end tag.
  1799  Line: 1 Col: 486 End tag (marquee) seen too early. Expected other end tag.
  1800  Line: 1 Col: 495 End tag (object) seen too early. Expected other end tag.
  1801  Line: 1 Col: 513 Unexpected end tag (html). Ignored.
  1802  Line: 1 Col: 513 Unexpected end tag (frameset). Ignored.
  1803  Line: 1 Col: 520 Unexpected end tag (head). Ignored.
  1804  Line: 1 Col: 529 Unexpected end tag (iframe). Ignored.
  1805  Line: 1 Col: 537 This element (image) has no end tag.
  1806  Line: 1 Col: 547 This element (isindex) has no end tag.
  1807  Line: 1 Col: 557 Unexpected end tag (noembed). Ignored.
  1808  Line: 1 Col: 568 Unexpected end tag (noframes). Ignored.
  1809  Line: 1 Col: 579 Unexpected end tag (noscript). Ignored.
  1810  Line: 1 Col: 590 Unexpected end tag (optgroup). Ignored.
  1811  Line: 1 Col: 599 Unexpected end tag (option). Ignored.
  1812  Line: 1 Col: 611 Unexpected end tag (plaintext). Ignored.
  1813  Line: 1 Col: 622 Unexpected end tag (textarea). Ignored.
  1814  #document
  1815  | <html>
  1816  |   <head>
  1817  |   <body>
  1818  |     <br>
  1819  |     <p>
  1820  
  1821  #data
  1822  <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>
  1823  #errors
  1824  Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE.
  1825  Line: 1 Col: 20 Unexpected end tag (strong) in table context caused voodoo mode.
  1826  Line: 1 Col: 20 End tag (strong) violates step 1, paragraph 1 of the adoption agency algorithm.
  1827  Line: 1 Col: 24 Unexpected end tag (b) in table context caused voodoo mode.
  1828  Line: 1 Col: 24 End tag (b) violates step 1, paragraph 1 of the adoption agency algorithm.
  1829  Line: 1 Col: 29 Unexpected end tag (em) in table context caused voodoo mode.
  1830  Line: 1 Col: 29 End tag (em) violates step 1, paragraph 1 of the adoption agency algorithm.
  1831  Line: 1 Col: 33 Unexpected end tag (i) in table context caused voodoo mode.
  1832  Line: 1 Col: 33 End tag (i) violates step 1, paragraph 1 of the adoption agency algorithm.
  1833  Line: 1 Col: 37 Unexpected end tag (u) in table context caused voodoo mode.
  1834  Line: 1 Col: 37 End tag (u) violates step 1, paragraph 1 of the adoption agency algorithm.
  1835  Line: 1 Col: 46 Unexpected end tag (strike) in table context caused voodoo mode.
  1836  Line: 1 Col: 46 End tag (strike) violates step 1, paragraph 1 of the adoption agency algorithm.
  1837  Line: 1 Col: 50 Unexpected end tag (s) in table context caused voodoo mode.
  1838  Line: 1 Col: 50 End tag (s) violates step 1, paragraph 1 of the adoption agency algorithm.
  1839  Line: 1 Col: 58 Unexpected end tag (blink) in table context caused voodoo mode.
  1840  Line: 1 Col: 58 Unexpected end tag (blink). Ignored.
  1841  Line: 1 Col: 63 Unexpected end tag (tt) in table context caused voodoo mode.
  1842  Line: 1 Col: 63 End tag (tt) violates step 1, paragraph 1 of the adoption agency algorithm.
  1843  Line: 1 Col: 69 Unexpected end tag (pre) in table context caused voodoo mode.
  1844  Line: 1 Col: 69 End tag (pre) seen too early. Expected other end tag.
  1845  Line: 1 Col: 75 Unexpected end tag (big) in table context caused voodoo mode.
  1846  Line: 1 Col: 75 End tag (big) violates step 1, paragraph 1 of the adoption agency algorithm.
  1847  Line: 1 Col: 83 Unexpected end tag (small) in table context caused voodoo mode.
  1848  Line: 1 Col: 83 End tag (small) violates step 1, paragraph 1 of the adoption agency algorithm.
  1849  Line: 1 Col: 90 Unexpected end tag (font) in table context caused voodoo mode.
  1850  Line: 1 Col: 90 End tag (font) violates step 1, paragraph 1 of the adoption agency algorithm.
  1851  Line: 1 Col: 99 Unexpected end tag (select) in table context caused voodoo mode.
  1852  Line: 1 Col: 99 Unexpected end tag (select). Ignored.
  1853  Line: 1 Col: 104 Unexpected end tag (h1) in table context caused voodoo mode.
  1854  Line: 1 Col: 104 End tag (h1) seen too early. Expected other end tag.
  1855  Line: 1 Col: 109 Unexpected end tag (h2) in table context caused voodoo mode.
  1856  Line: 1 Col: 109 End tag (h2) seen too early. Expected other end tag.
  1857  Line: 1 Col: 114 Unexpected end tag (h3) in table context caused voodoo mode.
  1858  Line: 1 Col: 114 End tag (h3) seen too early. Expected other end tag.
  1859  Line: 1 Col: 119 Unexpected end tag (h4) in table context caused voodoo mode.
  1860  Line: 1 Col: 119 End tag (h4) seen too early. Expected other end tag.
  1861  Line: 1 Col: 124 Unexpected end tag (h5) in table context caused voodoo mode.
  1862  Line: 1 Col: 124 End tag (h5) seen too early. Expected other end tag.
  1863  Line: 1 Col: 129 Unexpected end tag (h6) in table context caused voodoo mode.
  1864  Line: 1 Col: 129 End tag (h6) seen too early. Expected other end tag.
  1865  Line: 1 Col: 136 Unexpected end tag (body) in the table row phase. Ignored.
  1866  Line: 1 Col: 141 Unexpected end tag (br) in table context caused voodoo mode.
  1867  Line: 1 Col: 141 Unexpected end tag (br). Treated as br element.
  1868  Line: 1 Col: 145 Unexpected end tag (a) in table context caused voodoo mode.
  1869  Line: 1 Col: 145 End tag (a) violates step 1, paragraph 1 of the adoption agency algorithm.
  1870  Line: 1 Col: 151 Unexpected end tag (img) in table context caused voodoo mode.
  1871  Line: 1 Col: 151 This element (img) has no end tag.
  1872  Line: 1 Col: 159 Unexpected end tag (title) in table context caused voodoo mode.
  1873  Line: 1 Col: 159 Unexpected end tag (title). Ignored.
  1874  Line: 1 Col: 166 Unexpected end tag (span) in table context caused voodoo mode.
  1875  Line: 1 Col: 166 Unexpected end tag (span). Ignored.
  1876  Line: 1 Col: 174 Unexpected end tag (style) in table context caused voodoo mode.
  1877  Line: 1 Col: 174 Unexpected end tag (style). Ignored.
  1878  Line: 1 Col: 183 Unexpected end tag (script) in table context caused voodoo mode.
  1879  Line: 1 Col: 183 Unexpected end tag (script). Ignored.
  1880  Line: 1 Col: 196 Unexpected end tag (th). Ignored.
  1881  Line: 1 Col: 201 Unexpected end tag (td). Ignored.
  1882  Line: 1 Col: 206 Unexpected end tag (tr). Ignored.
  1883  Line: 1 Col: 214 This element (frame) has no end tag.
  1884  Line: 1 Col: 221 This element (area) has no end tag.
  1885  Line: 1 Col: 228 Unexpected end tag (link). Ignored.
  1886  Line: 1 Col: 236 This element (param) has no end tag.
  1887  Line: 1 Col: 241 This element (hr) has no end tag.
  1888  Line: 1 Col: 249 This element (input) has no end tag.
  1889  Line: 1 Col: 255 Unexpected end tag (col). Ignored.
  1890  Line: 1 Col: 262 Unexpected end tag (base). Ignored.
  1891  Line: 1 Col: 269 Unexpected end tag (meta). Ignored.
  1892  Line: 1 Col: 280 This element (basefont) has no end tag.
  1893  Line: 1 Col: 290 This element (bgsound) has no end tag.
  1894  Line: 1 Col: 298 This element (embed) has no end tag.
  1895  Line: 1 Col: 307 This element (spacer) has no end tag.
  1896  Line: 1 Col: 311 Unexpected end tag (p). Ignored.
  1897  Line: 1 Col: 316 End tag (dd) seen too early. Expected other end tag.
  1898  Line: 1 Col: 321 End tag (dt) seen too early. Expected other end tag.
  1899  Line: 1 Col: 331 Unexpected end tag (caption). Ignored.
  1900  Line: 1 Col: 342 Unexpected end tag (colgroup). Ignored.
  1901  Line: 1 Col: 350 Unexpected end tag (tbody). Ignored.
  1902  Line: 1 Col: 358 Unexpected end tag (tfoot). Ignored.
  1903  Line: 1 Col: 366 Unexpected end tag (thead). Ignored.
  1904  Line: 1 Col: 376 End tag (address) seen too early. Expected other end tag.
  1905  Line: 1 Col: 389 End tag (blockquote) seen too early. Expected other end tag.
  1906  Line: 1 Col: 398 End tag (center) seen too early. Expected other end tag.
  1907  Line: 1 Col: 404 Unexpected end tag (dir). Ignored.
  1908  Line: 1 Col: 410 End tag (div) seen too early. Expected other end tag.
  1909  Line: 1 Col: 415 End tag (dl) seen too early. Expected other end tag.
  1910  Line: 1 Col: 426 End tag (fieldset) seen too early. Expected other end tag.
  1911  Line: 1 Col: 436 End tag (listing) seen too early. Expected other end tag.
  1912  Line: 1 Col: 443 End tag (menu) seen too early. Expected other end tag.
  1913  Line: 1 Col: 448 End tag (ol) seen too early. Expected other end tag.
  1914  Line: 1 Col: 453 End tag (ul) seen too early. Expected other end tag.
  1915  Line: 1 Col: 458 End tag (li) seen too early. Expected other end tag.
  1916  Line: 1 Col: 465 End tag (nobr) violates step 1, paragraph 1 of the adoption agency algorithm.
  1917  Line: 1 Col: 471 This element (wbr) has no end tag.
  1918  Line: 1 Col: 487 End tag (button) seen too early. Expected other end tag.
  1919  Line: 1 Col: 497 End tag (marquee) seen too early. Expected other end tag.
  1920  Line: 1 Col: 506 End tag (object) seen too early. Expected other end tag.
  1921  Line: 1 Col: 524 Unexpected end tag (html). Ignored.
  1922  Line: 1 Col: 524 Unexpected end tag (frameset). Ignored.
  1923  Line: 1 Col: 531 Unexpected end tag (head). Ignored.
  1924  Line: 1 Col: 540 Unexpected end tag (iframe). Ignored.
  1925  Line: 1 Col: 548 This element (image) has no end tag.
  1926  Line: 1 Col: 558 This element (isindex) has no end tag.
  1927  Line: 1 Col: 568 Unexpected end tag (noembed). Ignored.
  1928  Line: 1 Col: 579 Unexpected end tag (noframes). Ignored.
  1929  Line: 1 Col: 590 Unexpected end tag (noscript). Ignored.
  1930  Line: 1 Col: 601 Unexpected end tag (optgroup). Ignored.
  1931  Line: 1 Col: 610 Unexpected end tag (option). Ignored.
  1932  Line: 1 Col: 622 Unexpected end tag (plaintext). Ignored.
  1933  Line: 1 Col: 633 Unexpected end tag (textarea). Ignored.
  1934  #document
  1935  | <html>
  1936  |   <head>
  1937  |   <body>
  1938  |     <br>
  1939  |     <table>
  1940  |       <tbody>
  1941  |         <tr>
  1942  |     <p>
  1943  
  1944  #data
  1945  <frameset>
  1946  #errors
  1947  Line: 1 Col: 10 Unexpected start tag (frameset). Expected DOCTYPE.
  1948  Line: 1 Col: 10 Expected closing tag. Unexpected end of file.
  1949  #document
  1950  | <html>
  1951  |   <head>
  1952  |   <frameset>