tall-content-inside-constrained-block-004.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; height:25px;"> 11 <div style="position:absolute; 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>