tor-browser

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

645647-2-ref.html (437B)


      1 <!DOCTYPE html>
      2 <htm><head>
      3 <style>
      4 .li {
      5  background: red;
      6  float: left;
      7  line-height: 0;
      8 }
      9 
     10 .ul {
     11  list-style-type: none;
     12  list-style-position: inside;
     13 }
     14 </style>
     15 </head>
     16 <body>
     17 
     18 <pre>There should be no red areas.</pre>
     19 
     20 <div class="ul">
     21    <div class="li"><a href="#">
     22          <img src="data:image/gif;base64,R0lGODlhAQABAIABAAD/AP///ywAAAAAAQABAAACAkQBADs=" height="75" width="75">
     23        </a></div>
     24 </div>
     25 
     26 
     27 </body></html>