Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
refs/heads/tt-attribute-mutation-fix-attribute-node-tests
/
.
/
css
/
css-overflow
/
line-clamp
/
reference
/
line-clamp-auto-005-ref.html
blob: 01eea67a0da77dc7a99bcd0b8677abdd3a4033f5 [
file
] [
log
] [
blame
] [
edit
]
<!DOCTYPE html>
<meta
charset
=
"utf-8"
>
<title>
CSS Reference
</title>
<style>
.
clamp
{
height
:
4.5lh
;
font
:
16px
/
32px
serif
;
white-space
:
pre
;
padding
:
0
4px
;
background-color
:
yellow
;
}
</style>
<div
class
=
"clamp"
>
Line 1
Line 2
Line 3
Line 4…
</div>