<!DOCTYPE html>
<style>
div {
width: 125px;
font: 12px;
overflow: hidden;
text-overflow: ellipsis;
}
</style>
<p>crbug.com/155836: Ltr text in a ltr flow should truncate the text left-to-right.</p>
<p>You should see 01234567890123... below.</p>
<div>012345678901234567890123456789</div>