summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/manual-tests/title-internal-whitespace.html
blob: b2cb89e9bed2a8bd1906d7988cba674bd95157c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
<head>
    <title>
        Lorem
        Ipsum
        Dolor
    </title>
</head>
<body>
    Title should render as "Lorem Ipsum Dolor" not "Lorem&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Ipsum&nbsp;&nbsp;&nbsp;&nbsp;Dolor".
</body>
</html>