blob: 7897b8151ea91974df16d1cd9d3f177529438796 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>Trailing margin in columns, after a spanner</title>
</head>
<body>
<p>You should see the word 'PASS' below.</p>
<div style="float:left;">
<div style="-webkit-columns:4; columns:4; -webkit-column-gap:0; column-gap:0; orphans:1; widows:1;">
P<br>
A<br>
S<br>
S<br>
</div>
</div>
</body>
</html>