tor-browser

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

input-radio-nogroup-required-invalid.html (286B)


      1 <!DOCTYPE html>
      2 <html>
      3  <link rel='stylesheet' type='text/css' href='style.css'>
      4  <body>
      5    <input class='notinvalid' id='i' type='radio' checked required>
      6    <input class='notinvalid' type='radio'> <!-- adding this one so we don't have to create a second ref -->
      7  </body>
      8 </html>