blob: 819267f0e8ce96e262ef87edd47650e22679d4ec [file] [log] [blame]
<!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>