Sign in
webkit
/
WebKit
/
293423b2e3bc99a3b6b08c9e39c59d8eb89f00e1
/
.
/
LayoutTests
/
fast
/
flexbox
/
line-clamp-removed-dynamically-expected.html
blob: 6b9c857073b67f5c495741891f064bf5281d28e0 [
file
] [
log
] [
blame
]
<div
id
=
"target"
style
=
"
display
:
-webkit-box
;
-webkit-box-orient
:
vertical
;
overflow
:
hidden
;
width
:
100px
;
"
>
<div>
Unless this sentence is truncated after two lines, PASS.
</div>
</div>