chromium/third_party/blink/web_tests/virtual/text-antialias/international/complex-text-with-default-font-spaces.html

<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <style>
            button {
                font-family: Arial;
                font-size: 12px;
            }
        </style>
    </head>
    <body>
        <button>सभी को डिफ़ॉल्ट पर रीसेट करें</button>
        <p>
            The button above should not wrap.
        </p>
    </body>
</html>