tor-browser

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

test-text-entry-node.html (406B)


      1 <!doctype html>
      2 <html>
      3  <head>
      4    <meta charset="utf-8" />
      5  </head>
      6  <body>
      7    <!-- (Bug 1905040) The typo for "Name" is intentional because currently there is an issue when the field is recognized by formautofill. -->
      8    <input aria-label="Naame" aria-describedby="desc" value="Tobias" />
      9    <div id="desc">description</div>
     10    <input aria-label="Last" value="Funke" required />
     11  </body>
     12 </html>