haikuwebkit/LayoutTests/fast/multicol/newmulticol/spanner-with-margin-expecte...

17 lines
606 B
HTML

<!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>