2 <p>There should be no red on this page.
</p>
3 <div style=
"position:relative;">
4 <div id=
"elm" style=
"width:200px; height:200px; background:red;">
5 <div style=
"position:absolute; top:0; width:200px; height:200px; background:green;"></div>
9 document
.body
.offsetTop
;
10 document
.getElementById("elm").style
.marginLeft
= "200px";