tor-browser

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

form-valid-and-barred-ref.html (152B)


      1 <!DOCTYPE html>
      2 <html>
      3  <body>
      4    <form>
      5      <input value='bar' required>
      6      <input value='foo' readonly required>
      7    </form>
      8  </body>
      9 </html>