<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Insert content</title> | |
</head> | |
<body> | |
<p>There should be two lines below with the word "PASS".</p> | |
<div style="float:left;"> | |
<div style="-webkit-columns:4; columns:4; column-gap:0; -webkit-column-gap:0; orphans:1; widows:1;"> | |
P<br>P<br>A<br>A<br> | |
S<br>S<br>S<br>S | |
</div> | |
</div> | |
</body> | |
</html> |