Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/webkitglib/2.52
/
.
/
LayoutTests
/
fast
/
flexbox
/
line-clamp-removed-dynamically-expected.html
blob: 6b9c857073b67f5c495741891f064bf5281d28e0 [
file
] [
edit
]
<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>