Sign in
webkit
/
WebKit
/
30a62b2cdbfb9a46d2d794357ea390ad9ffa765a
/
.
/
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>