Sign in
webkit
/
WebKit
/
2460f0f427f628fc375ef165c5dc0d6e83a008e8
/
.
/
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>