overflow-unsplittable-002.html (495B)
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="../reference/ref-filled-green-100px-square-only.html"> 7 <p>Test passes if there is a filled green square.</p> 8 <div style="columns:2; column-gap:0; width:200px; height:50px;"> 9 <div style="overflow:auto; width:100px; background:green;"> 10 <div style="height:100px;"></div> 11 </div> 12 </div>