chromium/third_party/blink/web_tests/virtual/text-antialias/whitespace/pre-wrap-last-char.html

<html>
<head>
    <title></title>
</head>
<body>
    <p>
        Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=13072">http://bugs.webkit.org/show_bug.cgi?id=13072</a>
        REGRESSION (r15617): white-space: pre-wrap breaks off the last character of a wide word</i>.
    </p>
    <p>
        The following line should not wrap.
    </p>
    <div style="white-space: pre-wrap; width: 150px; background-color: lightgray;">abcdefghijklmnopqrstuvwxyz</div>
</body>