initial import
[vuplus_webkit] / Source / WebCore / manual-tests / title-internal-whitespace.html
1 <html>
2 <head>
3     <title>
4         Lorem
5         Ipsum
6         Dolor
7     </title>
8 </head>
9 <body>
10     Title should render as "Lorem Ipsum Dolor" not "Lorem&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Ipsum&nbsp;&nbsp;&nbsp;&nbsp;Dolor".
11 </body>
12 </html>