| <style> | |
| div { | |
| font-size: 20px; | |
| font-family: Monospace; | |
| width: 400px; | |
| border: 1px solid; | |
| overflow: hidden; | |
| text-overflow: ellipsis; | |
| } | |
| </style> | |
| <div style="text-align: right;">PASS if truncate…</div> | |
| <div style="text-align: left;">PASS if NOT truncated…</div> |