oof-in-cell-with-alignment-004.html (1005B)
1 <!DOCTYPE html> 2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org"> 3 <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1395836"> 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="columns:2; column-fill:auto; gap:0; width:100px; height:100px; background:red;"> 7 <div style="display:table; width:100%;"> 8 <div style="display:table-row;"> 9 <div style="display:table-cell; height:150px;"></div> 10 </div> 11 <div style="display:table-row;"> 12 <div style="display:table-cell; vertical-align:bottom;"> 13 <div style="position:relative; width:50px; height:10px;"> 14 <div style="position:absolute; bottom:0; width:50px; height:200px; background:green;"></div> 15 </div> 16 </div> 17 <div style="display:table-cell;"> 18 <div style="height:50px;"></div> 19 </div> 20 </div> 21 </div> 22 </div>