tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / css / first-letter-capitalized.html
1 <html>
2 <head>
3     <style>
4         div { text-transform: capitalize }
5         div:first-letter { color: green; }
6     </style>
7 </head>
8 <body>
9     <p>
10         Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=14545">http://bugs.webkit.org/show_bug.cgi?id=14545</a>
11         REGRESSION (r21854-r21869): Repro crash in RenderBlock::updateFirstLetter @ nola.com/rose/</i>.
12     </p>
13     <p>
14         The following lines should be identical:
15     </p>
16     <div>lorem ipsum</div>
17     <p><span style="color: green;">L</span>orem Ipsum</p>
18 </body>
19 </html>