5 <style id=
"firstLetterSheet">
6 .fl:first-letter { color: red }
13 document
.getElementById("parent").className
= "";
14 document
.body
.offsetWidth
;
15 document
.getElementById("test").style
.position
= "relative";
22 <body onload=
"boom()">
24 <div class=
"fl" id=
"parent" style=
"color: green">
25 Foo
<span id=
"test">Bar
</span>