chromium/third_party/blink/web_tests/virtual/text-antialias/ellipsis-rtl-text-in-ltr-flow-underline.html

<!DOCTYPE html>
<meta charset='utf-8'>
<style>
div {
    width: 125px;
    font: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: ltr;
    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 ךלמםסעפףצץקרשת... below with an underline beneath the text.</p>
<div>אבגדהוזחטיכךלמםסעפףצץקרשת</div>