chromium/third_party/blink/web_tests/virtual/text-antialias/sub-pixel/complex-text-preferred-width-expected.html

<!DOCTYPE html>
<html>
    <head>
        <style>
            a {
                font-family: Arial;
                text-rendering: geometricPrecision;
                display: inline-block;
                font-size: 12px;
                font-weight: 700;
                white-space: nowrap;
            }
        </style>
    </head>
    <body>
        <a href="#">Show More News</a>
        <p>
            The link above should not wrap.
        </p>
    </body>
</html>