Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / first-letter-capitalized.html
blob7d41f36f13cac8d2a90acdd53b2991ffd314cc0e
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 LayoutBlockFlow::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>