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