<!DOCTYPE html>
<style>
.test {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
text-overflow: ellipsis;
text-align: justify;
overflow: hidden;
width: 250px;
}
</style>
<p>crbug.com/558283: Ellipsis should be positioned correctly in justified text. The bug shows up best inside a line-clamped flexbox.</p>
<div class="test">
"On the other hand, we denounce with righteous indignation and dislike men
who are so beguiled and demoralized by the charms of pleasure of the moment
</div>