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-053-ref.html
blob: 42b42c29ee24677dfbf42a31013599547351d55a [
file
] [
log
] [
blame
] [
edit
]
<!DOCTYPE html>
<meta
charset
=
"utf-8"
>
<style>
.
clamp
{
width
:
8ch
;
border
:
2px
solid black
;
text-align
:
justify
;
text-align-last
:
justify
;
font-family
:
monospace
;
}
</style>
<div
class
=
"clamp"
>
XXX XXX XX XX…
</div>