Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
refs/heads/DOMParser-interface
/
.
/
css
/
css-overflow
/
line-clamp
/
reference
/
line-clamp-content-height-with-dynamic-change-ref.html
blob: 2b33ab558c9f496cc35d72bbc1621c97538b2d57 [
file
] [
log
] [
blame
] [
edit
]
<!DOCTYPE html>
<title>
CSS Overflow: appending to a box with -webkit-line-clamp
</title>
<style>
div
{
font-family
:
Monospace
;
font-size
:
20px
;
}
</style>
<body>
<div>
first line
<br>
second line…
</div>
</body>