haikuwebkit/ManualTests/title-internal-whitespace.html

13 lines
236 B
HTML

<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>