<!DOCTYPE html> | |
<meta charset="utf-8"> | |
<title>CSS Overflow: test reference</title> | |
<link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net"> | |
<style> | |
.clamp { | |
line-clamp: 4; | |
width: 32.5ch; | |
font-family: monospace; | |
} | |
</style> | |
<div class="clamp"> | |
Test passes if there are 4 lines | |
and the last one only contains … | |
supercalifragilisticexpialidocious | |
… | |
</div> |