tall-content-inside-constrained-block-000.tentative.html (782B)
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="height:25px; background:red;"> 11 <div style="contain:size; height:50px; background:green;"></div> 12 <div style="contain:size; height:100px; background:green;"></div> 13 </div> 14 </div> 15 </div>