tor-browser

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

checkbox-radio-auto-sized-ref.html (373B)


      1 <!DOCTYPE HTML>
      2 <!--
      3     Any copyright is dedicated to the Public Domain.
      4     http://creativecommons.org/publicdomain/zero/1.0/
      5 -->
      6 <html><head>
      7  <meta charset="utf-8">
      8  <title>Reference for bug 1344395</title>
      9  <style type="text/css">
     10 
     11 input {
     12  width: 11px;
     13  height: 11px;
     14 }
     15 
     16  </style>
     17 </head>
     18 <body>
     19 
     20 <input type="checkbox">
     21 <input type="radio">
     22 
     23 </body>
     24 </html>