overflow-unsplittable-001.html (425B)
1 <!DOCTYPE html> 2 <title> 3 Test that a scrollable container isn't split across multiple columns. 4 </title> 5 <link rel="help" href="https://www.w3.org/TR/css-break-3/#possible-breaks"> 6 <link rel="match" href="overflow-unsplittable-001-ref.html"> 7 <div style="columns:2; column-gap:0; width:100px; height:100px;"> 8 <div style="overflow:scroll; width:50px; background:green;"> 9 <div style="height:200px;"></div> 10 </div> 11 </div>