github.com/hxx258456/ccgo@v0.0.5-0.20230213014102-48b35f46f66f/net/html/testdata/webkit/tests17.dat (about)

     1  #data
     2  <!doctype html><table><tbody><select><tr>
     3  #errors
     4  (1,37): unexpected-start-tag-implies-table-voodoo
     5  (1,41): unexpected-table-element-start-tag-in-select-in-table
     6  (1,41): eof-in-table
     7  #document
     8  | <!DOCTYPE html>
     9  | <html>
    10  |   <head>
    11  |   <body>
    12  |     <select>
    13  |     <table>
    14  |       <tbody>
    15  |         <tr>
    16  
    17  #data
    18  <!doctype html><table><tr><select><td>
    19  #errors
    20  (1,34): unexpected-start-tag-implies-table-voodoo
    21  (1,38): unexpected-table-element-start-tag-in-select-in-table
    22  (1,38): expected-closing-tag-but-got-eof
    23  #document
    24  | <!DOCTYPE html>
    25  | <html>
    26  |   <head>
    27  |   <body>
    28  |     <select>
    29  |     <table>
    30  |       <tbody>
    31  |         <tr>
    32  |           <td>
    33  
    34  #data
    35  <!doctype html><table><tr><td><select><td>
    36  #errors
    37  (1,42): unexpected-table-element-start-tag-in-select-in-table
    38  (1,42): expected-closing-tag-but-got-eof
    39  #document
    40  | <!DOCTYPE html>
    41  | <html>
    42  |   <head>
    43  |   <body>
    44  |     <table>
    45  |       <tbody>
    46  |         <tr>
    47  |           <td>
    48  |             <select>
    49  |           <td>
    50  
    51  #data
    52  <!doctype html><table><tr><th><select><td>
    53  #errors
    54  (1,42): unexpected-table-element-start-tag-in-select-in-table
    55  (1,42): expected-closing-tag-but-got-eof
    56  #document
    57  | <!DOCTYPE html>
    58  | <html>
    59  |   <head>
    60  |   <body>
    61  |     <table>
    62  |       <tbody>
    63  |         <tr>
    64  |           <th>
    65  |             <select>
    66  |           <td>
    67  
    68  #data
    69  <!doctype html><table><caption><select><tr>
    70  #errors
    71  (1,43): unexpected-table-element-start-tag-in-select-in-table
    72  (1,43): eof-in-table
    73  #document
    74  | <!DOCTYPE html>
    75  | <html>
    76  |   <head>
    77  |   <body>
    78  |     <table>
    79  |       <caption>
    80  |         <select>
    81  |       <tbody>
    82  |         <tr>
    83  
    84  #data
    85  <!doctype html><select><tr>
    86  #errors
    87  (1,27): unexpected-start-tag-in-select
    88  (1,27): eof-in-select
    89  #document
    90  | <!DOCTYPE html>
    91  | <html>
    92  |   <head>
    93  |   <body>
    94  |     <select>
    95  
    96  #data
    97  <!doctype html><select><td>
    98  #errors
    99  (1,27): unexpected-start-tag-in-select
   100  (1,27): eof-in-select
   101  #document
   102  | <!DOCTYPE html>
   103  | <html>
   104  |   <head>
   105  |   <body>
   106  |     <select>
   107  
   108  #data
   109  <!doctype html><select><th>
   110  #errors
   111  (1,27): unexpected-start-tag-in-select
   112  (1,27): eof-in-select
   113  #document
   114  | <!DOCTYPE html>
   115  | <html>
   116  |   <head>
   117  |   <body>
   118  |     <select>
   119  
   120  #data
   121  <!doctype html><select><tbody>
   122  #errors
   123  (1,30): unexpected-start-tag-in-select
   124  (1,30): eof-in-select
   125  #document
   126  | <!DOCTYPE html>
   127  | <html>
   128  |   <head>
   129  |   <body>
   130  |     <select>
   131  
   132  #data
   133  <!doctype html><select><thead>
   134  #errors
   135  (1,30): unexpected-start-tag-in-select
   136  (1,30): eof-in-select
   137  #document
   138  | <!DOCTYPE html>
   139  | <html>
   140  |   <head>
   141  |   <body>
   142  |     <select>
   143  
   144  #data
   145  <!doctype html><select><tfoot>
   146  #errors
   147  (1,30): unexpected-start-tag-in-select
   148  (1,30): eof-in-select
   149  #document
   150  | <!DOCTYPE html>
   151  | <html>
   152  |   <head>
   153  |   <body>
   154  |     <select>
   155  
   156  #data
   157  <!doctype html><select><caption>
   158  #errors
   159  (1,32): unexpected-start-tag-in-select
   160  (1,32): eof-in-select
   161  #document
   162  | <!DOCTYPE html>
   163  | <html>
   164  |   <head>
   165  |   <body>
   166  |     <select>
   167  
   168  #data
   169  <!doctype html><table><tr></table>a
   170  #errors
   171  #document
   172  | <!DOCTYPE html>
   173  | <html>
   174  |   <head>
   175  |   <body>
   176  |     <table>
   177  |       <tbody>
   178  |         <tr>
   179  |     "a"