tor-browser

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

060-novalid.xhtml (193B)


      1 <html xmlns="http://www.w3.org/1999/xhtml">
      2 <head>
      3 <title>keygen as redundant &lt;label descendant</title>
      4 </head>
      5 <body>
      6 <label for="foo">
      7 <input id="foo"/>
      8 <keygen/>
      9 </label>
     10 </body>
     11 </html>