chromium/third_party/blink/web_tests/virtual/text-antialias/international/dir-auto-leading-whitespace.html

<!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>