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

<!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>