blob: fbf9ce602d83dfb9f7801ea5cf5879abd20c6dd2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!DOCTYPE html>
<html>
<body>
<p>The word 'PASS' should be seen below.</p>
<div style="-webkit-columns:1; columns:1; background:yellow;">
<div style="float:left; width:50%;">
<br><br><br><br><br><br><br><br><br><br><br><br>PASS
</div>
<br><br><br><br>
</div>
</body>
</html>
|