4 <style type=
"text/css">
5 span
.cap
{ text-transform: capitalize
; }
6 span
.gen:before
{ content: ""; }
11 This is a regression test for
<i><a href=
"https://bugs.webkit.org/show_bug.cgi?id=9432">http://bugzilla.opendarwin.org/show_bug.cgi?id=
9432</a>
12 REGRESSION: crash in capitalization code due to empty-string generated content
</i>.
16 <span class=
"cap">lorem
<span class=
"gen">ipsum
</span></span>
17 <i>should be
</i> Lorem Ipsum
20 <span class=
"cap">lor
<span class=
"gen">em ipsum
</span></span>
21 <i>should be
</i> Lorem Ipsum