Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/settimeout-active-script
/
.
/
css
/
css-overflow
/
reference
/
webkit-line-clamp-block-in-inline-001-ref.html
blob: 79f2e409109d72a76e12374220bd423aba16f4eb [
file
] [
log
] [
blame
] [
edit
]
<!DOCTYPE html>
<style>
.
clamp
{
display
:
-webkit-inline-box
;
-webkit-box-orient
:
vertical
;
-webkit-line-clamp
:
3
;
}
</style>
<body>
<div
class
=
"clamp"
>
1
<br>
2
<br>
<div>
3
</div>
4
<br>
5
</div>
</body>