Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / capitalize-preserve-nbsp.html
blobf1f4800ac301dbd2bf50e35c1caad653cc708845
1 <html>
2 <head>
3 <title></title>
4 </head>
5 <body>
6 <p>
7 Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=11671">http://bugs.webkit.org/show_bug.cgi?id=11671</a>
8 REGRESSION (r13702): text-transform: capitalize changes non-breaking spaces to spaces</i>.
9 </p>
10 <p>The next three lines should all look the same.</p>
11 <p style="text-transform: capitalize;">Lorem &nbsp;&nbsp;&nbsp;&nbsp;ipsum</p>
12 <p>Lorem &nbsp;&nbsp;&nbsp;&nbsp;<span style="text-transform: capitalize;">ipsum</span></p>
13 <p>Lorem &nbsp;&nbsp;&nbsp;&nbsp;Ipsum</p>
14 </body>
15 </html>