blob: d602a7238457a409dd2a5242b77d78908975a7e0 [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Overflow: test reference</title>
<link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net">
<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>