summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/deprecated-flexbox/line-clamp-removed-dynamically-expected.html
blob: 6b9c857073b67f5c495741891f064bf5281d28e0 (plain)
1
2
3
4
5
6
7
8
9
10
<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>