tor-browser

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

tall-content-inside-constrained-block-003.tentative.html (869B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
      3 <link rel="help" href="https://github.com/w3c/csswg-drafts/issues/6056#issuecomment-951767882">
      4 <meta name="assert" content="">
      5 <link rel="match" href="../reference/ref-filled-green-100px-square.xht">
      6 <p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
      7 <div style="width:100px; height:100px; background:red;">
      8  <div style="columns:2; column-gap:0; column-fill:auto; height:75px;">
      9    <div style="height:50px; background:green;"></div>
     10    <div style="position:relative;">
     11      <div style="position:absolute; height:25px; width:100%; background:red;">
     12        <div style="contain:size; height:50px; background:green;"></div>
     13        <div style="contain:size; height:100px; background:green;"></div>
     14      </div>
     15    </div>
     16  </div>
     17 </div>