tor-browser

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

anchor-position-inline-004-ref.html (960B)


      1 <!DOCTYPE html>
      2 <style>
      3  .container {
      4    display: flow-root;
      5    position: relative;
      6    margin-bottom: 20px;
      7  }
      8 </style>
      9 <p>There should be no red below, only green.</p>
     10 <div style="height:10px;"></div>
     11 <div class="container">
     12  <div style="margin-left:50px; width:20px; height:10px; background:green;"></div>
     13 </div>
     14 <div class="container">
     15  <div style="width:100px; height:20px; background:green;"></div>
     16 </div>
     17 <div class="container">
     18  <div style="width:70px; height:20px; background:green;"></div>
     19 </div>
     20 <div class="container">
     21  <div style="float:left; margin-left:110px; margin-top:40px; width:10px; height:10px; background:green;"></div>
     22  <div style="float:left; margin-left:10px; margin-top:40px; width:20px; height:10px; background:green;"></div>
     23  <div style="float:left; margin-left:10px; width:80px; height:50px; background:green;"></div>
     24  <div style="float:left; margin-left:10px; width:30px; height:10px; background:green;"></div>
     25 </div>