tor-browser

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

tall-content-inside-constrained-block-005.tentative.html (913B)


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