Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
fast
/
overflow
/
line-clamp-with-nested-flex.html
blob: c86750d3d5cedcc4cc22604da79fca3f1be6b05d [
file
] [
edit
]
<style>
.
line_clamp
{
-webkit-line-clamp
:
1
;
-webkit-box-orient
:
vertical
;
display
:
-webkit-box
;
overflow
:
hidden
;
}
.
nested_flex_box
{
display
:
flex
;
}
</style><div
class
=
line_clamp
><div
class
=
nested_flex_box
>
PASS if no ellipsis