Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Overflow: test reference</title>
<style>
.clamp {
white-space: pre;
}
</style>
<p>This test passes if there are 3 lines below, with the 3rd one ending with the digit 3.
<div class="clamp">Line 1
Line 2
Line 3</div>