| <!DOCTYPE html> | |
| <p>Test that content is properly split into columns when inside auto overflow that doesn't result in any scrollbars.</p> | |
| <p>The word 'PASS' (with large letter spacing) should be seen below.</p> | |
| <div style="-webkit-columns:4; -webkit-column-gap:1em; width:7em; orphans:1; widows:1;"> | |
| <div style="overflow:auto;"> | |
| P<br> | |
| A<br> | |
| S<br> | |
| S<br> | |
| </div> | |
| </div> |