tor-browser

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

negative-margin-shrinking-container-size-001.html (728B)


      1 <!DOCTYPE html>
      2 <title>Last block with negative in container that reduces container height</title>
      3 <link rel="author" title="Morten Stenshorne" href="mstensho@chromium.org">
      4 <link rel="help" href="https://www.w3.org/TR/CSS22/box.html#collapsing-margins" title="8.3.1 Collapsing margins">
      5 <link rel="match" href="../../reference/ref-filled-green-200px-square.html">
      6 <p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
      7 <div style="width:200px; background:red;">
      8  <div style="height:200px;">
      9    <div style="height:80px; background:green;"></div>
     10  </div>
     11  <div style="margin-top:-120px; height:20px; background:green;"></div>
     12 </div>
     13 <div style="width:200px; height:100px; background:green;"></div>