blob: bda1d94c0df3fb1dae931f72ba570cbddf85db87 [file] [log] [blame]
<!DOCTYPE html>
<style>
div {
width: 125px;
font: 12px;
overflow: hidden;
text-overflow: ellipsis;
text-decoration: underline;
}
</style>
<p>crbug.com/634445: Ltr text in a ltr flow should truncate the text left-to-right.</p>
<p>You should see 01234567890123... below and text beneath the underline.</p>
<div>012345678901234567890123456789</div>