chromium/third_party/blink/web_tests/virtual/text-antialias/soft-hyphen-4-expected.html

<html>
<head>
    <script src="../../resources/ahem.js"></script>
    <style>
        .testbox   {
            border: solid;
            padding: 4px;
            width: 330px;
            font: 18px Ahem;
            text-align: justify;
            -webkit-font-smoothing: none;
        }
    </style>
</head>
<body>
    <p>
        <!--In this test, the top-right boxes should be the same length-->
        <div class="testbox">
            12345678901 anti- aliasing<br>
            <br>
            12345678901 anti- aliasing<br>
        </div>
    </p>
</body>
</html>