tor-browser

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

anchor-position-multicol-nested-001-ref.html (905B)


      1 <!DOCTYPE html>
      2 <p>There should only be green below, and no red.</p>
      3 <div style="height: 10px"></div>
      4 <div style="display:flow-root; width:630px;">
      5  <div style="float:left; margin-left:174px; width:70px;">
      6    <div style="width:10px; height:10px; background:green;"></div>
      7    <div style="margin-top:6px; width:10px; height:10px; background:green;"></div>
      8    <div style="margin-top:56px; width:20px; height:18px; background:green;"></div>
      9  </div>
     10  <div style="float:left; width:90px;">
     11    <div style="margin-top:16px; width:20px; height:84px; background:green;"></div>
     12  </div>
     13  <div style="float:left; width:80px;">
     14    <div style="width:20px; height:48px; margin-bottom:42px; background:green;"></div>
     15    <div style="margin-left:10px; width:10px; height:10px; background:green;"></div>
     16  </div>
     17  <div style="float:left; width:10px; height:10px; margin-top:38px; background:green;"></div>
     18 </div>