blob: b65e80793a72b753459cd1058f486fb6cb87d6c3 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>Spanner with margins</title>
</head>
<body>
<p>You should see the word 'PASS' five times below (letter spacing will differ), and no red:</p>
<div style="-webkit-columns:4; columns:4; -webkit-column-gap:0; column-gap:0; width:4em;">
P<br>P<br>A<br>A<br>S<br>S<br>S<br>S
<div style="background:red;">
<div style="-webkit-column-span:all; column-span:all; margin:2em;">PASS<br>&nbsp;</div>
</div>
P<br>P<br>A<br>A<br>S<br>S<br>S<br>S
</div>
</body>
</html>