blob: 2b33ab558c9f496cc35d72bbc1621c97538b2d57 [file] [log] [blame] [edit]
<!DOCTYPE html>
<title>CSS Overflow: appending to a box with -webkit-line-clamp</title>
<style>
div {
font-family: Monospace;
font-size: 20px;
}
</style>
<body>
<div>first line<br>second line&#x2026;</div>
</body>