blob: a3018fdce35937f3619c2978feea811ecce25bea [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<p>You should see the word 'PASS' below three times below. Letter spacing may vary.</p>
<div style="float:left;">
<div id="elm" 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 style="-webkit-column-span:all; column-span:all;">PASS</div>
P<br>
A<br>
S<br>
S<br>
</div>
</div>
</body>
</html>