chromium/third_party/blink/web_tests/virtual/text-antialias/international/complex-text-leading-space-wrapping.html

<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <style>
            body {
                font-family: Arial, sans-serif;
                font-size: 24px;
                direction: ltr;
            }
            span {
                display: block;
                float: right;
            }
        </style>
    </head>
    <body>
        <span id="chromiumsync-advanced-box">
            <input type="checkbox">
            <label>
                কি সিঙ্ক করবেন তা চয়ন করুন
            </label>
        </span>
        <p>
            Text above should not wrap.
        </p>
    </body>
</html>