| <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 ipsum</p> |
| <p>Lorem <span style="text-transform: capitalize;">ipsum</span></p> |
| <p>Lorem Ipsum</p> |
| </body> |
| </html> |