4 div:first-letter { font-size: larger; color: green; }
5 div:before { content:
"The "; }
10 document
.body
.offsetTop
;
11 document
.getElementById('target').style
.fontSize
= '24px';
15 <body onload=
"test()">
17 Test for
<i><a href=
"http://bugs.webkit.org/show_bug.cgi?id=14221">http://bugs.webkit.org/show_bug.cgi?id=
14221</a>
18 Repro crash (ASSERTION FAILED: oldText in LayoutBlockFlow::updateFirstLetter() during relayout of :before content with first-letter style)
</i>.
21 first letter is green and larger than the rest.