tor-browser

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

id-redundant-novalid.html (192B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset=utf-8>
      5 <title>keygen as redundant &lt;label> descendant</title>
      6 </head>
      7 <body>
      8 <label for="foo">
      9 <input id="foo">
     10 <keygen>
     11 </label>
     12 </body>
     13 </html>