float-016.html (919B)
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=1505182"> 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="width:100px; height:100px; background:red;"> 7 <div style="columns:2; column-fill:auto; gap:0; line-height:20px; width:50px; height:100px; orphans:1; widows:1; background:green;"> 8 <div style="float:right; height:30px; width:50%; padding-bottom:150px;"></div> 9 <div style="float:right; width:100%;"> 10 <div style="float:right; contain:size; width:100%; height:91px; background:green;"></div> 11 <div style="float:right; width:100%; height:109px; background:green;"></div> 12 <br> 13 <br> 14 <br> 15 <br> 16 <br> 17 </div> 18 </div> 19 </div>