tor-browser

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

grid-margins-no-collapse-002-ref.html (404B)


      1 <!DOCTYPE html>
      2 <link rel="stylesheet" href="/css/support/grid.css">
      3 
      4 <div>This test checks that grid item's margins do not collapse with its content's margins (single margin in the first row and double between subsequent).</div>
      5 
      6 <div style="float: left">
      7  <div><p>XXXXX</p></div>
      8  <div style="float:left; margin:20px 0px;">XXXXX</div>
      9  <div><p style="float:left; clear:both;">XXXXX</p></div>
     10 </div>