2 <p>On this page there should be a blue square above a yellow square.
</p>
3 <div style=
"position:relative; width:500px;">
4 <div id=
"elm" style=
"margin:auto; width:100px; height:400px; background:yellow;">
6 <div style=
"position:absolute; width:200px; height:200px; background:blue;"></div>
10 document
.body
.offsetTop
;
11 document
.getElementById("elm").style
.width
= "200px";