chromium/third_party/blink/web_tests/virtual/text-antialias/ellipsis-with-list-marker-in-rtl-flow.html

<!DOCTYPE html>
<meta charset=utf-8>
<style>
.case {
    overflow: hidden;
    width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
    direction: rtl;
}
</style>
<p>crbug.com/645938: Text in an rtl flow with a list marker should truncate properly.</p>
<p>You should see ...הנקרא לפעמים גם דמי טקסט או ג' below.</p>
<ol>
    <li class=case>הנקרא לפעמים גם דמי טקסט או ג'יבריש  עד שיהיה טקסט אמיתי</li>
</ol>
<p>You should see ...ajdklasd jsakldsja dsjjkl dsjk below.</p>
<ol>
    <li class=case>dsajkl dsjakld sajkld asjkld sajklds ajdklasd jsakldsja dsjjkl dsjk</li>
</ol>