<!DOCTYPE html>
<style>
div {
width: 125px;
font: 12px;
overflow: hidden;
text-overflow: ellipsis;
direction: rtl;
text-decoration: underline;
}
</style>
<p>crbug.com/634445: Ltr text in a rtl flow should truncate the text right-to-left.</p>
<p>You should see ...32109876543210 below and an underline beneat the text.</p>
<div>0987654321098765432109876543210</div>