<!DOCTYPE html>
<meta charset='utf-8'>
<style>
div {
width: 350px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
text-decoration: underline;
}
</style>
<p>crbug.com/634445: Rtl text in a ltr flow should truncate the text left-to-right.</p>
<p>You should see an underline beneath the text but not the ellipsis.</p>
<div>Lorem ipsum ינטרנט וכו' במקום הטקסט האמיתי הסופיעד שיהיה טקסט אמית</div>