tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

select-fieldset-legend-1.html (246B)


      1 <!DOCTYPE html>
      2 <html>
      3  <link rel='stylesheet' type='text/css' href='style.css'>
      4  <body>
      5    <fieldset class="disabled" disabled>
      6      <legend id='i'>
      7        <select class="enabled"></select>
      8      </legend>
      9    </fieldset>
     10  </body>
     11 </html>