blob: 40f23b2e19553e4f9c6d1116954fa407d7a06f6a [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>Spanner as ::after pseudo element</title>
</head>
<body>
<p>There should be three rectangles with identical sizes below. The first and third one
should be blue with nothing inside. The second one should be yellow with some dots
inside.</p>
<div style="line-height:100px; background:blue;">
&nbsp;
<div style="background:yellow;">..........</div>
&nbsp;
</div>
</body>
</html>