chromium/third_party/blink/web_tests/virtual/text-antialias/capitalize-preserve-nbsp.html

<html>
<head>
    <title></title>
</head>
<body>
    <p>
        Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=11671">http://bugs.webkit.org/show_bug.cgi?id=11671</a>
        REGRESSION (r13702): text-transform: capitalize changes non-breaking spaces to spaces</i>.
    </p>
    <p>The next three lines should all look the same.</p>
    <p style="text-transform: capitalize;">Lorem &nbsp;&nbsp;&nbsp;&nbsp;ipsum</p>
    <p>Lorem &nbsp;&nbsp;&nbsp;&nbsp;<span style="text-transform: capitalize;">ipsum</span></p>
    <p>Lorem &nbsp;&nbsp;&nbsp;&nbsp;Ipsum</p>
</body>
</html>