Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
master
/
.
/
css
/
css-overflow
/
line-clamp
/
reference
/
block-ellipsis-002-ref.html
blob: 7ba1ae430ef0cee38f49cdc4acfdb16bbcc7c1eb [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<meta
charset
=
"utf-8"
>
<title>
CSS Reference
</title>
<style>
.
clamp
{
color
:
teal
;
font-weight
:
bold
;
font-style
:
italic
;
}
</style>
<div
class
=
"clamp"
>
Line 1
<br>
Line 2
<br>
Line 3…
</div>