Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Overflow: test reference</title>
<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>