overflow-scroll-section.html (813B)
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=1365306"> 4 <link rel="help" href="https://www.w3.org/TR/css-overflow-3/#overflow-properties"> 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="columns:2; column-fill:auto; gap:0; width:100px; height:100px; background:red;"> 8 <div style="height:30px; background:green;"></div> 9 <div style="display:table; width:100%;"> 10 <!-- The overflow property doesn't apply to table sections. --> 11 <div style="display:table-row-group; overflow:scroll; height:170px; background:green;"> 12 <br> 13 </div> 14 </div> 15 </div>