9 <p>There should be a blue
<em>square
</em> below.
</p>
11 <div id=
"a"></div><div id=
"b"></div><div id=
"c"></div>
14 document
.body
.offsetTop
;
15 document
.getElementById('a').style
.display
= 'inline-block';
16 document
.getElementById('b').style
.position
= 'absolute';
17 document
.getElementById('c').style
.display
= 'inline-block';