contain-strict-with-opacity-and-oof.html (683B)
1 <!DOCTYPE html> 2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org"> 3 <link rel="help" href="https://www.w3.org/TR/css-break-3/"> 4 <link rel="match" href="contain-strict-with-opacity-and-oof-ref.html"> 5 <p>There should be a (pale) green square below, and no (pale) red.</p> 6 <div style="columns:3; margin-top:-50px; column-fill:auto; height:200px;"> 7 <div style="height:50px;"></div> 8 <div style="will-change:transform; contain:strict; width:100px; height:100px;"> 9 <div style="opacity:0.2; width:100px; height:100px; background:red;"> 10 <div style="position:absolute; width:100px; height:100px; background:green;"></div> 11 </div> 12 </div> 13 </div>