Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Overflow: test reference</title>
<link rel="author" title="Andreu Botella" href="mailto:abotella@igalia.com">
<style>
.clamp {
line-clamp: 2;
width: 63.1ch;
border: 1px solid black;
font-family: monospace;
}
</style>
<div class="clamp">This time, Mark, who had always been the center of attention in
any social gathering, walked into the room uncharacteristi‐…
</div>