Newer
Older
minerva / Tests / LibWeb / Ref / reference / text-overflow.html
@minerva minerva on 13 Jul 166 bytes Initial commit
<!doctype html>
<style>
  div {
    overflow: hidden;
    white-space: nowrap;
    width: 75px;
  }
</style>
<div>This text gets clipped</div>
<div>This tex…</div>