haikuwebkit/LayoutTests/fast/inline/hidpi-rtl-text-does-not-fit...

19 lines
352 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>This test that an absolute positioned rtl text actually fits its line and does not get cut off.</title>
<style>
span {
font-family: lucida grande;
position: absolute;
overflow: hidden;
text-overflow: ellipsis;
direction: rtl;
}
</style>
</head>
<body>
<span>foooooo</span>
</body>
</html>