Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
8a2c8a97dfd3af0fdb68d49fc58e1163aca8085a
/
.
/
LayoutTests
/
fast
/
block
/
line-clamp-collapse-nested-blocks.html
blob: dcb050a564cc15fb3dd1b814af26642112b18f2a [
file
]
<style>
.
container
{
display
:
-webkit-box
;
-webkit-line-clamp
:
1
;
-webkit-box-orient
:
vertical
;
overflow
:
hidden
;
}
</style>
<div
class
=
container
>
<div>
<div>
PASS if this is visible
</div>
second line
</div>