tor-browser

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

fieldset-static-invalid-barred.html (211B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <style>
      5      fieldset:valid { display: none; }
      6    </style>
      7  </head>
      8  <body>
      9    <fieldset id="fieldset">
     10      <input required readonly>
     11    </fieldset>
     12  </body>
     13 </html>