4 div { text-transform: capitalize }
5 div:first-letter { color: green; }
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>.
14 The following lines should be identical:
16 <div>lorem ipsum
</div>
17 <p><span style=
"color: green;">L
</span>orem Ipsum
</p>