you could use the dotdotdot
plugin http://dotdotdot.frebsite.nl/, it works fine for me.
pure css can work in some broswers, but it has many limits. Suppose you want ...
at the end of the line3.
.test{
display: -webkit-box;
height: 60px;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
}