tor-browser

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

test-checkbox.html (227B)


      1 <!doctype html>
      2 <html>
      3  <head>
      4    <meta charset="utf-8" />
      5  </head>
      6  <body>
      7    <label>
      8      <input type="checkbox" aria-describedby="desc" />many option
      9    </label>
     10    <div id="desc">description</div>
     11  </body>
     12 </html>