blob: 6e7d5a5f983cacffb9a248112737eaf9ac8ae576 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>dir=auto and white-space</title>
</head>
<body>
<p dir="auto">الف</p>
<p dir="auto">
الف
</p>
<p dir="auto">الف
</p>
<p dir="auto">
الف</p>
<p dir="auto"> الف</p>
<p dir="auto"> الف </p>
<p>
All text above should be right-aligned.
</p>
</body>
</html>