| <style> | |
| body { | |
| font-size: 20px; | |
| font-family: Monospace; | |
| column-width: 100px; | |
| width: 200px; | |
| height: 100px; | |
| border: 1px solid red; | |
| } | |
| </style> | |
| </head> | |
| <div> | |
| <!-- PASS if A B C... line starts at the top of the page --> | |
| 1<br> | |
| 2<br> | |
| 3<br> | |
| 4<br> | |
| 5<br> | |
| 6<br> | |
| 7<br> | |
| <br> | |
| A B C D E F G H I J K</div> |