out-of-flow-in-multicolumn-116.html (657B)
1 <!DOCTYPE html> 2 <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1412313"> 3 <link rel="match" href="../reference/ref-filled-green-100px-square.xht"> 4 <p>Test passes if there is a filled green square and <strong>no red</strong>.</p> 5 <div style="columns:1; column-fill:auto; height:100px; width:100px;"> 6 <div style="contain:size; height:100px; background:green;"> 7 <div style="height:50px;"></div> 8 <span style="position:relative; height:50px;"> 9 <div style="height:25px; background:red;"></div> 10 <div style="position:absolute; top:0; width:100px; height:25px; background:green;"></div> 11 </span> 12 </div> 13 </div>