blob: ef1f9327737928697d594f4fb7624dcd298bf49b [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>
<div style="margin:2em;">PASS<br>&nbsp;</div>
<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>
</body>
</html>