tor-browser

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

select-1-block-size-001-ref-2.html (508B)


      1 <!doctype html>
      2 <title>CSS Test Reference</title>
      3 <link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io">
      4 <link rel="author" title="Mozilla" href="https://mozilla.org">
      5 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1571764">
      6 <style>
      7 div {
      8  -webkit-appearance: none;
      9  appearance: none;
     10 
     11  background: black;
     12  color: transparent;
     13 
     14  line-height: 100px;
     15  width: 100px;
     16 
     17  border: 0;
     18  padding: 0;
     19 
     20  display: inline-block;
     21 }
     22 </style>
     23 <div>A</div>
     24 <div>A</div>