blob: 76685e8e1cfc675cca15bd94b356e90e18bd186f [file]
<!DOCTYPE html>
<html>
<head>
<meta name="fuzzy" content="maxDifference=169-255; totalPixels=15-26" />
<style>
div {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
width: 300px;
direction: rtl;
}
span {
width: 100px;
height: 20px;
float: left;
}
</style>
<body>
<p>This tests that ellipsis is placed correctly, when full truncation takes over in an rtl flow.</p>
<div><span></span>Lorem ipsum dolor sit consectetur adipisicing elitconsectetur adipisicing elitconsectetur</div>
</body>
</div>