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

     1  #data
     2  <foo bar=qux/>
     3  #errors
     4  #document
     5  | <html>
     6  |   <head>
     7  |   <body>
     8  |     <foo>
     9  |       bar="qux/"
    10  
    11  #data
    12  <p id="status"><noscript><strong>A</strong></noscript><span>B</span></p>
    13  #errors
    14  #document
    15  | <html>
    16  |   <head>
    17  |   <body>
    18  |     <p>
    19  |       id="status"
    20  |       <noscript>
    21  |         "<strong>A</strong>"
    22  |       <span>
    23  |         "B"
    24  
    25  #data
    26  <div><sarcasm><div></div></sarcasm></div>
    27  #errors
    28  #document
    29  | <html>
    30  |   <head>
    31  |   <body>
    32  |     <div>
    33  |       <sarcasm>
    34  |         <div>
    35  
    36  #data
    37  <html><body><img src="" border="0" alt="><div>A</div></body></html>
    38  #errors
    39  #document
    40  | <html>
    41  |   <head>
    42  |   <body>
    43  
    44  #data
    45  <table><td></tbody>A
    46  #errors
    47  #document
    48  | <html>
    49  |   <head>
    50  |   <body>
    51  |     "A"
    52  |     <table>
    53  |       <tbody>
    54  |         <tr>
    55  |           <td>
    56  
    57  #data
    58  <table><td></thead>A
    59  #errors
    60  #document
    61  | <html>
    62  |   <head>
    63  |   <body>
    64  |     <table>
    65  |       <tbody>
    66  |         <tr>
    67  |           <td>
    68  |             "A"
    69  
    70  #data
    71  <table><td></tfoot>A
    72  #errors
    73  #document
    74  | <html>
    75  |   <head>
    76  |   <body>
    77  |     <table>
    78  |       <tbody>
    79  |         <tr>
    80  |           <td>
    81  |             "A"
    82  
    83  #data
    84  <table><thead><td></tbody>A
    85  #errors
    86  #document
    87  | <html>
    88  |   <head>
    89  |   <body>
    90  |     <table>
    91  |       <thead>
    92  |         <tr>
    93  |           <td>
    94  |             "A"
    95  
    96  #data
    97  <legend>test</legend>
    98  #errors
    99  #document
   100  | <html>
   101  |   <head>
   102  |   <body>
   103  |     <legend>
   104  |       "test"
   105  
   106  #data
   107  <table><input>
   108  #errors
   109  #document
   110  | <html>
   111  |   <head>
   112  |   <body>
   113  |     <input>
   114  |     <table>
   115  
   116  #data
   117  <b><em><dcell><postfield><postfield><postfield><postfield><missing_glyph><missing_glyph><missing_glyph><missing_glyph><hkern><aside></b></em>
   118  #errors
   119  #document-fragment
   120  div
   121  #document
   122  | <b>
   123  |   <em>
   124  |     <dcell>
   125  |       <postfield>
   126  |         <postfield>
   127  |           <postfield>
   128  |             <postfield>
   129  |               <missing_glyph>
   130  |                 <missing_glyph>
   131  |                   <missing_glyph>
   132  |                     <missing_glyph>
   133  |                       <hkern>
   134  | <aside>
   135  |   <em>
   136  |     <b>
   137  
   138  #data
   139  <isindex action="x">
   140  #errors
   141  #document-fragment
   142  table
   143  #document
   144  | <form>
   145  |   action="x"
   146  | <hr>
   147  | <label>
   148  |   "This is a searchable index. Enter search keywords: "
   149  |   <input>
   150  |     name="isindex"
   151  | <hr>
   152  
   153  #data
   154  <option><XH<optgroup></optgroup>
   155  #errors
   156  #document-fragment
   157  select
   158  #document
   159  | <option>