Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
master
/
.
/
css
/
css-overflow
/
line-clamp
/
reference
/
webkit-line-clamp-052-ref.html
blob: 1f89d6c1db066e05764ef14963c5354fd7bcff16 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<meta
charset
=
"utf-8"
>
<style>
.
clamp
{
width
:
10em
;
border
:
2px
solid black
;
text-align
:
center
;
}
</style>
<div
class
=
"clamp"
>
Line 1
<br>
Line 2…
</div>