Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<html>
<meta charset="utf-8">
<title>CSS Overflow: test reference</title>
<style>
.clamp {
line-clamp: auto;
width: 500px;
background-color: yellow;
}
.size-containment {
height: 0;
text-align: right;
}
</style>
<div class="clamp">
<div class="size-containment">
Line A <br>
Line B <br>
Line C <br>
Line D <br>
Line E <br>
</div>
Line 1 <br>
Line 2 <br>
Line 3 <br>
Line 4…
</div>