blob: 3018fefd9417025418c8d3f6ac3bd50a2dca96ac [file] [log] [blame]
<!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;
direction: rtl;
}
</style>
</head>
<body>
<span>foooooo</span>
</body>
</html>