tor-browser

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

input-checkbox-no-centering.html (378B)


      1 <!DOCTYPE html>
      2 <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1441341">
      3 <link rel="match" href="input-no-centering-ref.html">
      4 <style>
      5 input {
      6  appearance: none;
      7  margin: 0;
      8  width: 200px;
      9  height: 200px;
     10 }
     11 input:before {
     12  content: "";
     13  display: block;
     14  width: 100px;
     15  height: 100px;
     16  background: green;
     17 }
     18 </style>
     19 <input type="checkbox">