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

     1  #data
     2  <isindex>
     3  #errors
     4  #document
     5  | <html>
     6  |   <head>
     7  |   <body>
     8  |     <form>
     9  |       <hr>
    10  |       <label>
    11  |         "This is a searchable index. Enter search keywords: "
    12  |         <input>
    13  |           name="isindex"
    14  |       <hr>
    15  
    16  #data
    17  <isindex name="A" action="B" prompt="C" foo="D">
    18  #errors
    19  #document
    20  | <html>
    21  |   <head>
    22  |   <body>
    23  |     <form>
    24  |       action="B"
    25  |       <hr>
    26  |       <label>
    27  |         "C"
    28  |         <input>
    29  |           foo="D"
    30  |           name="isindex"
    31  |       <hr>
    32  
    33  #data
    34  <form><isindex>
    35  #errors
    36  #document
    37  | <html>
    38  |   <head>
    39  |   <body>
    40  |     <form>