| <style> | |
| .ellipsis { | |
| padding-top: 20px; | |
| font-family: Monospace; | |
| font-size: 20px; | |
| white-space: nowrap; | |
| width: 420px; | |
| height: 100px; | |
| overflow: hidden; | |
| text-overflow: ellipsis; | |
| } | |
| span { | |
| top: -5px; | |
| color: transparent; | |
| position: relative; | |
| } | |
| </style> | |
| <div class="ellipsis"><span>PASS if there's only one ellipsis on this line</span></div> |