2 <!-- No text in black, B and F should be blue. -->
4 <body style=
"font-family: Ahem; font-size: 50px; -webkit-font-smoothing: none;">
14 .test1:first-letter { color: green; }
15 .test2:first-letter { color: green; }
17 <div class=
"test1">C
</div>
18 <div class=
"test2">D
</div>
19 <div class=
"test2"></div>
21 document
.body
.offsetTop
;
22 document
.body
.style
.color
= "blue";